Multiple choice technology databases

Arithmetic expressions containing a null value evaluate to null.

  1. True

  2. False

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

SQL follows three-valued logic (true, false, null). Any arithmetic expression with a NULL operand evaluates to NULL, not a numeric result. NULL represents unknown or missing values.