Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Find Employees Without Managers | Null Functions
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
Functions in SQL

bookChallenge: 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 employees table.
  • Return only those rows where the manager_id column is null.

Solution

Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 5. ChapterΒ 3
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

Suggested prompts:

Can you explain that in simpler terms?

What are the main benefits of this?

Are there any common issues I should watch out for?

close

bookChallenge: 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 employees table.
  • Return only those rows where the manager_id column is null.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

SectionΒ 5. ChapterΒ 3
single

single

some-alt