Advertisements
Advertisements
प्रश्न
The symbol Asterisk (*) in a select query retrieves ______.
विकल्प
All data from the table
Data of primary key only
NULL data
None of the mentioned
MCQ
रिक्त स्थान भरें
Advertisements
उत्तर
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
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
