Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Lære Challenge: Find Customers with Orders | Section
SQL Joins in Depth
Seksjon 1. Kapittel 2
single

single

bookChallenge: Find Customers with Orders

Sveip for å vise menyen

Oppgave

Swipe to start coding

Write a query to return the names of all customers who have placed at least one order. Use an INNER JOIN between the customers and orders tables to accomplish this.

  • Select the name column from the customers table.
  • Use an INNER JOIN to combine rows from customers and orders where the customer_id matches in both tables.
  • Ensure only customers who have at least one matching order appear in the result.

Løsning

Switch to desktopBytt til skrivebordet for virkelighetspraksisFortsett der du er med et av alternativene nedenfor
Alt var klart?

Hvordan kan vi forbedre det?

Takk for tilbakemeldingene dine!

Seksjon 1. Kapittel 2
single

single

Spør AI

expand

Spør AI

ChatGPT

Spør om hva du vil, eller prøv ett av de foreslåtte spørsmålene for å starte chatten vår

some-alt