Medium
HAVING
Departments with High Average Salary
Find departments where the average salary is greater than 75,000. Return columns: avg_salary, department_id. Order results by: department_id.
Preparing the interactive SQL workspace...
Find departments where the average salary is greater than 75,000. Return columns: avg_salary, department_id. Order results by: department_id.
Preparing the interactive SQL workspace...