Multiple choice technology programming languages

Which is not a group function?

  1. Count

  2. Avg

  3. Total

  4. Max

Reveal answer Fill a bubble to check yourself
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.'