min mysql

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