Multiple choice

Find the odd one out of the following Oracle functions. A. avg() B. sqrt() C. sum() D. max() E. count()

  1. avg()

  2. sqrt()

  3. sum()

  4. max()

  5. count()

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

sqrt() is not an aggregate function. This is a transcendental function applied on a single row. So, this is the odd one from the given options.