Challenge: Find Employees Without Managers
Task
Swipe to start coding
Write a query to list employees who do not have an assigned manager.
- Select all columns from the
employeestable. - Return only those rows where the
manager_idcolumn is null.
Solution
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 3
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 2.86
Challenge: Find Employees Without Managers
Swipe to show menu
Task
Swipe to start coding
Write a query to list employees who do not have an assigned manager.
- Select all columns from the
employeestable. - Return only those rows where the
manager_idcolumn is null.
Solution
Everything was clear?
Thanks for your feedback!
Section 5. Chapter 3
single