Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Employee Project Assignments | Advanced Join Techniques and Multi-Table Queries
/
SQL Joins in Depth
セクション 2.  2
single

single

bookChallenge: 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, and departments tables.
  • Select the employee's name from the employees table.
  • Select the project name from the projects table.
  • Select the department name from the departments table.
  • Ensure the output includes only employees who have project assignments.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 2.  2
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt