Blog Desk       March 23, 2021      1009

The query SELECT * FROM employee returns:

  1. All rows form table with column name*
  2. All rows first column only all rows and column
  3. All rows and Column
  4. First row only

The Right Answer is : Option C

Explanation