Home »
MCQs »
SQL MCQs »
SQL Functions MCQs
What does AVG() function returns?
4. What does AVG() function returns?
- First value of the column
- Last value of the column
- Sum of rows of the table
- Average value of the column
Answer: D) Average value of the column
Explanation:
AVG() function returns the Average value of the column.