Which Aggregate Function Returns A Count Of All Non Null Values Returned By A Value Expression?

Which Aggregate Function Returns A Count Of All Non Null Values Returned By A Value Expression? The sum() and total() aggregate functions return sum of all non-NULL values in the group. If there are no non-NULL input rows then sum() returns NULL but total() returns 0.0. Which aggregate function can return NULL values? Aggregate functions,