Question:medium

Which of the following is NOT a valid aggregate function in SQL?

Show Hint

Aggregate functions usually ignore NULL values, except for COUNT(), which counts every row regardless of content.
Updated On: May 11, 2026
  • AVG()
  • SUM()
  • COUNT()
  • COMPUTE()
Show Solution

The Correct Option is D

Solution and Explanation

Was this answer helpful?
0


Questions Asked in CUET (UG) exam