C-06-Q073mediumsingle_mcq
The query SELECT * FROM student WHERE class <> 9 AND section = 'morning'; retrieves students who are —
The query SELECT * FROM student WHERE class <> 9 AND section = 'morning'; retrieves students who are —
- ain class 9 and in morning section
- bnot in class 9 but in morning section
- cin class 9 or in morning section
- dneither in class 9 nor in morning section