Multiple choice technology programming languages

Which of the following is not a group function?

  1. avg( )

  2. sqrt( )

  3. sum( )

  4. 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.