Return
name (the employee's name)salary (the employee's salary)department_id (the department the employee belongs to)Expected output
| name | salary | department_id |
|---|---|---|
| 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.