CBSE Class 12 Informatics Practices Question 25 of 81

MySQL Functions — Question 7

Back to all questions
7
Question

Question 7

Which one of the following 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().