Multiple choice Which of the following does not ignore NULLS values in its result? COUNT COUNT(*) MIN MAX Reveal answer Fill a bubble to check yourself A Correct answer Explanation COUNT returns only the number of rows in which the expression is NOT NULL.