Challenge: Classes Without Teachers
Tehtävä
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.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 3. Luku 7
single
Kysy tekoälyä
Kysy tekoälyä
Kysy mitä tahansa tai kokeile jotakin ehdotetuista kysymyksistä aloittaaksesi keskustelumme
Mahtavaa!
Completion arvosana parantunut arvoon 4.76
Challenge: Classes Without Teachers
Pyyhkäise näyttääksesi valikon
Tehtävä
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.
Ratkaisu
Oliko kaikki selvää?
Kiitos palautteestasi!
Osio 3. Luku 7
single