CBSE Class 12 Informatics Practices Question 41 of 81

MySQL Functions — Question 23

Back to all questions
23
Question

Question 23

The avg() function in MySQL is an example of ............... .

  1. Math function
  2. Text function
  3. Date Function
  4. Aggregate Function
Answer

Aggregate Function

Reason — The AVG() function is classified as an aggregate function because it performs a calculation on a set of values to return a single value.