Que: In the following SQL command “person_id” can be ____________

   SELECT person_id, fname,l name, Birth_data FROM person
   WHERE person_id=1;
a. Only Primary Key
b. Primary Key or any other Attribute
c. Only Attribute but not a primary Key
d. None of the mentioned
Answer: Primary Key or any other Attribute

Leave a Comment