I have 2 tables in the following format:
- employee (employeeID, EmployeeName, DepartmentID)
- departments (DepartmentID, DeptName)
How many employees there are who work in each of the departments that have more employees than the average number of employees in a department.
im looking to the results in the following format:
Dept Name | Num of Emp
engineering | 10
science | 15