C-06-Q062mediumsingle_mcq
What does the query SELECT * FROM student; do?
What does the query SELECT * FROM student; do?
- aRetrieves only the names of students
- bRetrieves all columns of all rows from the student table
- cDeletes all student records
- dCreates the student table