Multiple choice technology databases Arithmetic expressions containing a null value evaluate to null. True 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.