C-06-Q119mediumsingle_mcq
What is the difference between a primary key and a foreign key?
What is the difference between a primary key and a foreign key?
- aBoth uniquely identify records in the same table
- bPrimary key uniquely identifies records; foreign key links to another table's primary key
- cForeign key is always auto increment
- dPrimary key is always text type