Level 2 - JuniorQuery-Based Questions
Employee and Manager Names
Write SQL to show employee_name and manager_name for all employees who have a manager.
Schema Context
employees(id, name, manager_id)
Write SQL to show employee_name and manager_name for all employees who have a manager.
employees(id, name, manager_id)