Which of the following is correct SQL query that displays all columns from the "STUDENT" table?
Which of the following is correct SQL query that displays all columns from the "STUDENT" table?
Explanation
The SELECT * syntax retrieves all columns from the specified table.
It is the standard SQL command for displaying complete table data.