CBSE · 083Class XII · 2025Section A1 mark

Question 14

4 March 2025 · Computer Science (083)

Which aggregate function in SQL displays the number of values in the specified column ignoring the NULL values ?

Answer

(b) count()

Explanation

count(column) counts non-null entries. len() is Python. number/num are not SQL aggregate functions.