Multiple choice technology databases Which is not a group function? Count Avg Total 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.