C-06-Q064mediumsingle_mcq
Which query retrieves all columns and rows from the student table? SELECT ___ FROM student;
Which query retrieves all columns and rows from the student table? SELECT ___ FROM student;
- a
ALL - b
* - c
EVERY - d
#
Which query retrieves all columns and rows from the student table? SELECT ___ FROM student;
ALL*EVERY#