C-06-Q071mediumsingle_mcq
The query SELECT * FROM student WHERE section = morning; produces Error: no such column: morning. Why?
The query SELECT * FROM student WHERE section = morning; produces Error: no such column: morning. Why?
- a
sectionis not a valid column - bThe text value morning was not enclosed in quotes
- cSELECT cannot use WHERE
- dThe table has no rows