AGGREGATION FUNCTIONS:
Aggregation functions involve summarizing or combining numerical data to provide insights such as totals, averages, counts, minima, and maxima.
1、SUM:
Returns the sum of all the numbers in a column.
Syntax: SUM(ColumnName)
Example: Calculate the total quantity sold.