Which of the following group functions ignore NULL values ?
All of these
Reason — All aggregate functions, except for COUNT(*), ignore null values in their input collection.
COUNT(*)