Q. Which function is used to count non-null records in a column?
β
Correct Answer: (B)
COUNT()
Explanation: `COUNT()` counts the number of non-null values in a column.