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