//returns the minimum (lowest) value SELECT MIN(working_hours) AS Minimum_working_hours FROM employee;