🌈 搜索
📅  最后修改于: 2022-03-11 15:05:05.899000             🧑  作者: Mango
//calculates the average of the values SELECT AVG(working_hours) AS "Average working hours" FROM employee;