Informatics Practices
SUM() is an aggregate function.
SQL Queries
2 Likes
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.
Answered By
2 Likes