Hi, I did an inner join between EMPLOYEES table and DEPARTMENT table. Then I proceeded to count the number of employees per department. However, it return not as a sum result. I tried to did SUM(COUNT(E.DEPARTMENT_ID)) and it got an error. I wonder if anyone has any advice? Ultimately, I would only want to have a department that has only more than 4 employees. Thanks