Modules
Data Analyst
Data Engineer
Product Data Scientist
AI Engineer
Machine Learning Engineer
Prompt Engineer
You have a table named employees with columns employee_id, name, and manager_id.
Write a SQL query to find all employees names who are not reporting to anyone.
Hint: If you are not reporting to anyone, it probably means you don't have a manager.
| name |
|---|
| John Doe |
| Emily Davis |
You have a table named employees with columns employee_id, name, and manager_id.
Write a SQL query to find all employees names who are not reporting to anyone.
Hint: If you are not reporting to anyone, it probably means you don't have a manager.
| name |
|---|
| John Doe |
| Emily Davis |