Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Learn Challenge: Complex Assignment Matching | Section
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
SQL Joins in Depth
Sectionย 1. Chapterย 12
single

single

bookChallenge: Complex Assignment Matching

Swipe to show menu

Task

Swipe to start coding

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 assignments table to the employees table using the employee_id column.
  • Join the assignments table to the projects table using the project_id column.
  • Join the projects table to the departments table using the department_id column.
  • Select the assignment ID, employee name, project name, and department name.

Solution

Switch to desktopSwitch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?

How can we improve it?

Thanks for your feedback!

Sectionย 1. Chapterย 12
single

single

Ask AI

expand

Ask AI

ChatGPT

Ask anything or try one of the suggested questions to begin our chat

some-alt