SQL Query Fundamentals

Which of the following is correct SQL query that displays all columns from the "STUDENT" table?

Answer: SELECT * FROM STUDENT;
Explanation

The SELECT * syntax retrieves all columns from the specified table.

It is the standard SQL command for displaying complete table data.

This question appeared in Past Papers (6 times)
ETEA 25 Years Past Papers Subject Wise (Solved) (2 times)
KPK Teacher Past Papers SST PST CT TT PET (2 times)
Secondary School Teacher SST Past Papers, Syllabus, Jobs (2 times)
This question appeared in Subjects (1 times)

Install this app on your device for quick access right from your home screen.