What is a foreign key in a relational database?
Q1. What is a foreign key in a relational database?
Answer: A key that references the primary key of another table
Explanation: A foreign key references the primary key of another table, establishing a relationship between the two tables.