Computer Science, asked by srishtinotsixty, 18 days ago

Write the following statement using 'OR' logical operator: SELECT first_name, last_name, subject FROM studentdetails WHERE subject IN ('Maths', ' science’)

Answers

Answered by Anonymous
2

Answer:

i hope it will help u

Explanation:

operator: SELECT first_name, last_name, subject FROM studentdetails WHERE subject IN ('Maths', ' science’)

Similar questions