What is a composite key in a relational database?
Q1. What is a composite key in a relational database?
Answer: A combination of two or more columns that uniquely identify a record
Explanation: A composite key is a combination of two or more columns that uniquely identify a record, used when a single column is not sufficient to uniquely identify a record.