FunctionsAggregate FunctionsList of Aggregate FunctionssumsumCalculates the sum. Only works for numbers.SELECT sum(salary) FROM employees;