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

single

bookChallenge: Employee Project Assignments

Swipe to show menu

Task

Swipe to start coding

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.

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ย 8
single

single

Ask AI

expand

Ask AI

ChatGPT

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

some-alt