Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprenda Challenge: Complex Assignment Matching | Advanced Join Techniques and Multi-Table Queries
Practice
Projects
Quizzes & Challenges
Quizzes
Challenges
/
SQL Joins in Depth

bookChallenge: Complex Assignment Matching

Tarefa

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.

Solução

Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 6
single

single

Pergunte à IA

expand

Pergunte à IA

ChatGPT

Pergunte o que quiser ou experimente uma das perguntas sugeridas para iniciar nosso bate-papo

Suggested prompts:

Can you explain this in simpler terms?

What are the main takeaways from this?

Can you give me a real-world example?

close

bookChallenge: Complex Assignment Matching

Deslize para mostrar o menu

Tarefa

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.

Solução

Switch to desktopMude para o desktop para praticar no mundo realContinue de onde você está usando uma das opções abaixo
Tudo estava claro?

Como podemos melhorá-lo?

Obrigado pelo seu feedback!

Seção 2. Capítulo 6
single

single

some-alt