CBSE Class 12 Informatics Practices Question 42 of 81

MySQL Functions — Question 24

Back to all questions
24
Question

Question 24

An aggregate function performs a calculation on ............... and returns a single value.

  1. single value
  2. multiple values
  3. no value
  4. none of these
Answer

multiple values

Reason — An aggregate function performs a calculation on multiple rows and returns a summary result for a group of rows.