Advertisements
Advertisements
Question
How will you retrieve all details of employee_detail table?
Options
Select details from employee_detail table;
Select * from employee_detail;
Select * from table employee_detail;
Select * where table = 'employee_detail'
MCQ
Solution
Select * from employee_detail;
shaalaa.com
SQL for Data Query
Is there an error in this question or solution?