Average Salary by Department

Medium
group-by

Write a query to find the average salary for each department, but only include departments where the average salary is greater than 70000. Return columns department and avg_salary (rounded to 2 decimal places), ordered by avg_salary descending.

Tables

Hints (3 available)

SQL Editor

Output

Click "Run" to see results...