Which is not a group function?
C
Correct answer
Explanation
Count, Avg, and Max are all standard SQL aggregate functions that operate on sets of rows in GROUP BY queries. Total is not a standard SQL aggregate function (SUM would be the correct function), making it the correct answer to 'which is NOT a group function.'