//returns the minimum (lowest) value SELECT MIN(working_hours) AS Minimum_working_hours FROM employee;
SELECT Min(ID) As MinId FROM demo