SUM Function
Calculates the total sum of a numeric column.
Calculates the total sum of a numeric column.
Computes the average value of a numeric column.
Retrieves the maximum value from a column.
Retrieves the minimum value from a column.
Counts the number of rows or non-NULL values in a column.
Used in a WHERE clause to search for a specified pattern in a column.
Groups rows that have the same values into summary rows.
Sorts the result set of a query in ascending or descending order.
Filters groups based on a specified condition.