Multiple choice

Which of the following SQL functions is used to find the average of a given record?

  1. AVG

  2. MIN

  3. MAX

  4. SUM

  5. SQRT

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

This option is correct as AVG is a predefined SQL function that is used to calculate the average of a given record.