Medium
INNER JOIN
Employee and Manager Names
List each managed employee together with their manager's name. Return columns: manager, employee. Order results by: e.id.
Preparing the interactive SQL workspace...
List each managed employee together with their manager's name. Return columns: manager, employee. Order results by: e.id.
Preparing the interactive SQL workspace...