セクション 2. 章 2
single
Challenge: Employee Project Assignments
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a query to list each employee's name, the project they are assigned to, and the department of the project.
- Join the
employees,assignments,projects, anddepartmentstables. - Select the employee's name from the
employeestable. - Select the project name from the
projectstable. - Select the department name from the
departmentstable. - Ensure the output includes only employees who have project assignments.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 2
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください