What is a foreign key in a database?
Q1. What is a foreign key in a database?
Answer: A key that references the primary key of another table
Explanation: A foreign key is a field in a table that references the primary key of another table, establishing a link between them.