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 Arithmetic expressions with null values evaluate to null because null represents unknown/missing data. Any operation involving null propagates the null - for example, 5 + NULL or 10 * NULL both return NULL, not 5 or 0. This is standard SQL behavior.