Multiple choice technology databases

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

Standard SQL aggregate functions include COUNT, AVG, MAX, MIN, and SUM. TOTAL is not a valid SQL aggregate function. To sum values, use the SUM function instead.