CBSE Class 12 Informatics Practices Question 38 of 79

Database Query using SQL — Question 9

Back to all questions
9
Question

Question 9

Which of the following functions is not an aggregate function?

  1. ROUND()
  2. SUM()
  3. COUNT()
  4. AVG()
Answer

ROUND()

Reason — Aggregate functions in SQL include AVG(), COUNT(), MAX(), MIN(), and SUM().