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

Choose the Best Option

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

  • A AVG
  • B SUM
  • C COUNT
  • D MAX
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.

Share This Question

Challenge a friend or share with your study group.