Advertisements
Advertisements
Question
The symbol Asterisk (*) in a select query retrieves ______.
Options
All data from the table
Data of primary key only
NULL data
None of the mentioned
MCQ
Fill in the Blanks
Advertisements
Solution
The symbol Asterisk (*) in a select query retrieves all data from the table.
Explanation:
The asterisk (*) in a SELECT query is used to retrieve all columns and their data from the specified table.
SELECT * FROM student;
shaalaa.com
Is there an error in this question or solution?
