Home » MYSQL » Select Query » Question
  1. In the following query “*” stands for
     SELECT * FROM Employee;
    1. Retrieve data of primary key only
    2. Retrieve NULL data
    3. Retrieve all data from the table
    4. All of above
    5. None of these
Correct Option: C

Retrieve all data from the table



Your comments will be displayed only after manual approval.