Blog Desk       April 6, 2021      180

The Query “SELECT” From employee” Returns:

  1. All rows from employee starting from'*'
  2. all rows from table employee
  3. All rows from table employee where '*' characters is present
  4. None of the above

The Right Answer is : Option B

Explanation