SQL Fundamentals — Hard
Key points
- The query combines the employees and managers tables using a LEFT JOIN
- It filters out rows where the employee_id in the managers table is NULL
- The result is a list of employees who do not have a corresponding entry in the managers table
Ready to go further?
Related questions
