Abschnitt 1. Kapitel 12
single
Challenge: Complex Assignment Matching
Swipe um das Menü anzuzeigen
Aufgabe
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
assignmentstable to theemployeestable using theemployee_idcolumn. - Join the
assignmentstable to theprojectstable using theproject_idcolumn. - Join the
projectstable to thedepartmentstable using thedepartment_idcolumn. - Select the assignment ID, employee name, project name, and department name.
Lösung
War alles klar?
Danke für Ihr Feedback!
Abschnitt 1. Kapitel 12
single
Fragen Sie AI
Fragen Sie AI
Fragen Sie alles oder probieren Sie eine der vorgeschlagenen Fragen, um unser Gespräch zu beginnen