Write the following statement using 'OR' logical operator: SELECT first_name, last_name, subject FROM studentdetails WHERE subject IN ('Maths', ' science’)
Answers
Answered by
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