Max mysql

//returns the maximum (highest) value
SELECT MAX(working_hours) AS Maximum_working_hours FROM employee;   
Splendid Salmon