C-06-Q067mediumsingle_mcq
What does SELECT * FROM student WHERE class = 9 AND section = 'morning'; retrieve?
What does SELECT * FROM student WHERE class = 9 AND section = 'morning'; retrieve?
- aAll class 9 students
- bAll morning section students
- cClass 9 students who are in the morning section
- dStudents in class 9 or morning section