Question: In a relational database, what does a foreign key represent?
Options:
Correct Answer: A reference to a primary key in another table
Solution:
A foreign key is a field (or collection of fields) in one table that uniquely identifies a row of another table.