Question Details

Detailed explanation and options for the selected question.

What does the NOT NULL constraint enforce in a table column?

A. The column cannot have NULL values
B. The column must contain unique values
C. The column must reference another table
D. The column must be indexed

Explanation:

NOT NULL ensures that a column cannot contain NULL values. Uniqueness, foreign key references, and indexing are unrelated to this constraint.