Question Details

Detailed explanation and options for the selected question.

Which of the following statements about the DEFAULT constraint is correct?

A. It assigns a default value if none is provided
B. It ensures all values are unique
C. It enforces referential integrity
D. It prevents NULL values

Explanation:

The DEFAULT constraint assigns a value to a column if none is provided. It does not enforce uniqueness, referential integrity, or prevent NULLs.