Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Employees on Multiple Projects | Nested Subqueries in the WHERE section
Generate Nested Subqueries in SQL
セクション 1.  6
single

single

Challenge: Employees on Multiple Projects

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

Write a query to list employees who are assigned to more than one project using a nested subquery with IN.

  • Use a nested subquery in the WHERE clause to identify employee_id values from the employee_projects table that appear in more than one project.
  • Select the employee_id, first_name, and last_name from the employees table for those employees.
  • The query must use the IN operator and a nested subquery.

解答

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

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

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

セクション 1.  6
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt