rata -rata mysql

//calculates the average of the values
SELECT AVG(working_hours) AS "Average working hours" FROM employee;    
Splendid Salmon