What is the purpose of the UNIQUE constraint in a database table?
Q1. What is the purpose of the UNIQUE constraint in a database table?
Answer: To ensure that each value is unique
Explanation: The UNIQUE constraint ensures that each value in a column or set of columns is unique, preventing duplicate values from being inserted.