Advertisements
Advertisements
प्रश्न
How will you retrieve all details of employee_detail table?
पर्याय
Select details from employee_detail table;
Select * from employee_detail;
Select * from table employee_detail;
Select * where table = 'employee_detail'
MCQ
उत्तर
Select * from employee_detail;
shaalaa.com
SQL for Data Query
या प्रश्नात किंवा उत्तरात काही त्रुटी आहे का?