Return
name (department name)avg_salary (average salary of employees in the department)avg_salary in descending order.Expected output
| name | avg_salary |
|---|---|
| 2 rows — values hidden, that's the puzzle | |
Your query should return 2 rows with these columns. Your column aliases don't need to match.