Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Impara Challenge: Employees on Multiple Projects | Nested Subqueries in the WHERE section
Practice
Projects
Quizzes & Challenges
Quiz
Challenges
/
Generate Nested Subqueries in SQL
Sezione 1. Capitolo 6
single

single

bookChallenge: Employees on Multiple Projects

Scorri per mostrare il menu

Compito

Swipe to start coding

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.

Soluzione

Switch to desktopCambia al desktop per esercitarti nel mondo realeContinua da dove ti trovi utilizzando una delle opzioni seguenti
Tutto è chiaro?

Come possiamo migliorarlo?

Grazie per i tuoi commenti!

Sezione 1. Capitolo 6
single

single

Chieda ad AI

expand

Chieda ad AI

ChatGPT

Chieda pure quello che desidera o provi una delle domande suggerite per iniziare la nostra conversazione

some-alt