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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic