Question: In a relational database, what is a foreign key?
Options:
Correct Answer: A key that links two tables together
Solution:
A foreign key is a field (or collection of fields) in one table that uniquely identifies a row of another table, establishing a link between them.