Home » MYSQL » Where Clause » Question
  1. In the following query “person_id” can be
    SELECT Emp_id, fname,Lname, Birth_date FROM Employee
    WHERE Emp_id=101;
    1. Only Attribute but not a primary Key
    2. Only Primary Key
    3. Primary Key or any other Attribute
    4. All of above
    5. None of these
Correct Option: C

Primary Key or any other Attribute



Your comments will be displayed only after manual approval.