Using just the Employees table (i.e. you don’t need to use o…
Using just the Employees table (i.e. you don’t need to use or join to Departments), write a statement that returns the department_number and the count of employees in the department. Filter to only show departments that have more than 2 employees.