セクション 3. 章 7
single
Challenge: Classes Without Teachers
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
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.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 7
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください