What is the purpose of a 'FOREIGN KEY' constraint?
Q1. What is the purpose of a 'FOREIGN KEY' constraint?
Answer: To establish relationships between tables
Explanation: A 'FOREIGN KEY' constraint establishes relationships between tables by linking a column in one table to the primary key of another table.