セクション 2. 章 6
single
Challenge: Complex Assignment Matching
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a query that joins the assignments, projects, and departments tables to show assignment details, including the assignment ID, the employee's name, the project name, and the department name.
- Join the
assignmentstable to theemployeestable using theemployee_idcolumn. - Join the
assignmentstable to theprojectstable using theproject_idcolumn. - Join the
projectstable to thedepartmentstable using thedepartment_idcolumn. - Select the assignment ID, employee name, project name, and department name.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 6
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください