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.
Loading...
Related Quiz
- An entity that inherits properties and relationships from another entity is known as a _______.
- An index that contains a subset of the columns of a table and includes only the columns frequently used in queries is known as a _______ index.
- The notation (1,*) represents a _______ cardinality.
- In NoSQL databases, a _______ is a unique identifier associated with each document in a collection.
- Which operation retrieves the value associated with a given key in a Key-Value Store?