Which aggregate function is used to find the total sum of all values in a…
2026
Which aggregate function is used to find the total sum of all values in a numeric column?
- A.
TOTAL()
- B.
COUNT()
- C.
ADD()
- D.
SUM()
Attempted by 644 students.
Show answer & explanation
Correct answer: D
The correct aggregate function to find the total sum of all values in a numeric column is SUM(). This function adds up all the numbers in a specified column and returns the total.