Easy
WHERE
Find Employees Without Managers
Find all employees who do not have a manager (manager_id is NULL). Return columns: id, last_name, first_name.
Preparing the interactive SQL workspace...
Find all employees who do not have a manager (manager_id is NULL). Return columns: id, last_name, first_name.
Preparing the interactive SQL workspace...