Which type of constraint is commonly used to enforce data integrity at the column level in a relational database?

  • CHECK
  • FOREIGN KEY
  • INDEX
  • PRIMARY KEY
The CHECK constraint is commonly used to enforce data integrity at the column level in a relational database. It allows you to define conditions that must be met for the data in a column, ensuring its correctness.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *