Expert
LEFT JOIN
Pro Challenge
Employee Manager Lookup
Use a self LEFT JOIN to list every employee with their direct manager's first name. Return columns: id, first_name, manager_name. Order results by: e.id.
Preparing the interactive SQL workspace...