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
Related Questions on MySQL Miscellaneous
How is communication established with MySQL?
A. SQL
B. Network calls
C. A programming language like C++
D. APIs
Which type of database management system is MySQL?
A. Object-oriented
B. Hierarchical
C. Relational
D. Network
Join The Discussion