Multiple choice technology databases ALL scalar functions in Oracle return null when given a null argument. True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation Not all scalar functions in Oracle return null when given a null argument. Functions like NVL, COALESCE, and CONCAT can handle null inputs and return non-null values.