Challenge: Classes Without Teachers
Task
Swipe to start coding
Write a query to produce a list of all classes along with their assigned teacher names. If a class does not have a teacher assigned, display 'Unassigned' as the teacher name instead.
- Select the class ID and class name from the
classestable. - Include the teacher's name for each class using a join with the
teacherstable. - For classes without an assigned teacher, display 'Unassigned' as the teacher name.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 7
single
Ask AI
Ask AI
Ask anything or try one of the suggested questions to begin our chat
Awesome!
Completion rate improved to 4.76
Challenge: Classes Without Teachers
Swipe to show menu
Task
Swipe to start coding
Write a query to produce a list of all classes along with their assigned teacher names. If a class does not have a teacher assigned, display 'Unassigned' as the teacher name instead.
- Select the class ID and class name from the
classestable. - Include the teacher's name for each class using a join with the
teacherstable. - For classes without an assigned teacher, display 'Unassigned' as the teacher name.
Solution
Everything was clear?
Thanks for your feedback!
SectionΒ 3. ChapterΒ 7
single