Home » MYSQL » Select Query » Question
  1. In the following query “Employee” stands for
    SELECT Emp_id, fname, lname, Birth_date
    FROM Employee;
    1. Attribute
    2. Multivalued attribute
    3. Table name
    4. All of above
    5. None of these
Correct Option: A

Table name



Your comments will be displayed only after manual approval.