MCQ
Single Best Answer
Easy
QWhich aggregation function in MySQL returns the sum of values in a numeric column?
ID: #15497
Aggregation functions - MySQL
79 views
Question Info
#15497Q ID
EasyDifficulty
Aggregation functions - MySQLTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option B
Explanation
The SUM function in MySQL is used to calculate the sum of values in a numeric column. It adds up all the values present in the column and returns the total.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic