CBSE Class 12 Informatics Practices Question 44 of 81

MySQL Functions — Question 2

Back to all questions
2
Question

Question 2

SUM() is an aggregate function.

Answer

True

Reason — The SUM() function is an aggregate function because it performs a calculation on a set of values and returns the sum of values in a given column or expression.