What is the purpose of a 'CHECK' constraint in a database?
Q1. What is the purpose of a 'CHECK' constraint in a database?
Answer: To limit the range of values in a column
Explanation: A 'CHECK' constraint limits the range of values that can be entered in a column, ensuring that data conforms to a specific condition or rule.