Which database feature is used to enforce data integrity?
Q1. Which database feature is used to enforce data integrity?
Answer: Constraints
Explanation: Constraints are rules applied to data to enforce data integrity, such as primary keys, foreign keys, and check constraints.