Blog Desk       February 10, 2021      579

The sql query: SELECT*FROM employee

  1. Displays structure of employee table
  2. Displays all field names from employee table
  3. Displays all records from employee table
  4. All of the above

The Right Answer is : Option C

Explanation