Single Choice Easy

QWhich aggregation function in MySQL returns the average value of a numeric column?

ID: #15496 Aggregation functions - MySQL 146 views
Question Info
#15496Q ID
EasyDifficulty
Aggregation functions - MySQLTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A AVG
  • B SUM
  • C COUNT
  • D MIN
Correct Answer

Explanation

The AVG function in MySQL is used to calculate the average value of a numeric column. It sums up all the values in the column and divides the sum by the number of rows.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.