AVG
MIN
MAX
Returns the minimum value.
MIN(expr)
Enter values below to update the example in real time.
hire_date
oldest_hire
employees
SELECT MIN(hire_date) AS oldest_hire FROM employees;