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
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?
