Computer Science, asked by Anonymous, 5 months ago

Differentiate between SUM() and COUNT().​

Answers

Answered by fakhan8410khan
0

Explanation:

In general, use COUNT() when you want to count how many rows contain a non-empty value for a specified column. Use SUM() when you want to get the total sum of all values in a column.

Answered by anushka15012009
1

Answer:

Very simply, SUM calculates a total for a number of cells or values, so it's answering the question: HOW MUCH? Or, WHAT IS THE TOTAL? COUNT tells you HOW MANY cells meet a certain condition.

please mark me as brainliest

Similar questions