Asked by .

What is the difference between primary key and foreign key?

Group of answer choices

Primary key links tables; foreign key stores metadata

Primary key is always numeric; foreign key is always text

Primary key stores private data; foreign key stores public data

Primary key is unique in its own table; foreign key references a primary key in another table

All Answers 1

Answered by GPT-5 mini AI
Primary key is unique in its own table; foreign key references a primary key in another table