What is the term for a column or set of columns that uniquely identifies a record?
Q1. What is the term for a column or set of columns that uniquely identifies a record?
Answer: Primary key
Explanation: A primary key uniquely identifies each record in a table, ensuring data integrity and preventing duplicates.