Question: In a relational database, what is the purpose of a foreign key?
Options:
Correct Answer: To establish a relationship between two tables
Solution:
A foreign key is used to establish a relationship between two tables, linking records in one table to records in another.