Advertisements
Advertisements
Question
Which constraint ensures that a column cannot have NULL values where NULL means missing/unknown/not applicable value?
Options
NULL
NOT NULL
DEFAULT
UNIQUE
MCQ
Solution
NOT NULL
Explanation:
The NOT NULL constraint prevents a column from having NULL values, where NULL denotes a missing/unknown/inapplicable value.
shaalaa.com
SQL for Data Query
Is there an error in this question or solution?