Vidyalelo
MySQL · Q111

MySQL

Programming · MySQL · question 111

Q111

In the following SQL command "person_id" can be . . . . . . . . SELECT person_id, fname, lname, Birth_data FROM person WHERE person_id=1;

A.
Only Primary Key
B.
Primary Key or any other Attribute
Answer
C.
Only Attribute but not a primary Key
D.
None of the mentioned

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board