In the following SQL command "person_id" can be . . . . . . . .
SELECT person_id, fname, lname, Birth_data FROM person WHERE person_id=1;
SELECT person_id, fname, lname, 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: Option B

Join The Discussion