Multiple choice technology programming languages Which of the following is not a group function? avg( ) sqrt( ) sum( ) max( ) Reveal answer Fill a bubble to check yourself B Correct answer Explanation sqrt() is a mathematical function, not a group function. Group functions like avg(), sum(), and max() operate on sets of values to return a single result.