Return
department_name: the name of the departmentemployee_name: the name of the employee with the top salary in their departmentdepartment_name, then by employee_name.Expected output
| department_name | employee_name |
|---|---|
| 3 rows — values hidden, that's the puzzle | |
Your query should return 3 rows with these columns. Your column aliases don't need to match.