MIN
MAX
LISTAGG
Returns the maximum value.
MAX(expr)
Enter values below to update the example in real time.
salary
highest_salary
employees
SELECT MAX(salary) AS highest_salary FROM employees;