Which aggregation function counts the number of non-null values in a column?
MIN()
AVG()
COUNT()
MAX()

Database Systems Exercises are loading ...