Question: What is the role of a foreign key in a relational database?
Options:
Correct Answer: To establish a relationship between two tables
Solution:
A foreign key is used to establish a relationship between two tables by referencing the primary key of another table.