Multiple choice technology databases

NULL values violate CHECK constraint

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

CHECK constraints only evaluate to TRUE or FALSE, but they are not evaluated when the value is NULL. NULL values bypass CHECK constraint validation entirely, so they never violate the constraint.