CBSE Class 12 Informatics Practices Question 27 of 81

MySQL Functions — Question 9

Back to all questions
9
Question

Question 9

Which of the following is not a valid aggregate function in MYSQL ?

  1. COUNT()
  2. SUM()
  3. MAX()
  4. LEN()
Answer

LEN()

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