Employees with no reports
Find employees in emp who have no reports at all (nobody names them as their manager). Return id ascending.
Expected output sample
This is what a correct answer looks like — its row count is its own, it doesn't have to match the schema tables.
| id |
|---|
| 5 |
| 6 |
| 7 |
Sign in to see submission history
Sign inSign in to use AI Mentor
Sign in