MIN()

MIN() — Finds the minimum value in a column.

SELECT MIN(salary) FROM employees;

MIN() — Structure map

Clickable & Draggable!

MIN() — Related pages: