The _______ constraint ensures that a column does not contain NULL values.
- CHECK
- DEFAULT
- NOT NULL
- UNIQUE
The NOT NULL constraint ensures that a column does not contain NULL values. It is used to enforce data integrity by requiring each value in the specified column to be filled with valid data.
Loading...
Related Quiz
- Database design tools help users visualize the database schema through _______.
- What is the primary characteristic of a Star Schema?
- Denormalization often involves the introduction of _______ redundancy into the database schema.
- How does clustering contribute to data storage optimization?
- What is a foreign key constraint used for in a database table?