Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Aprende Challenge: Find Customers with Orders | Core Join Types and Their Applications
SQL Joins in Depth

bookChallenge: Find Customers with Orders

Tarea

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.

Solución

¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 2
single

single

Pregunte a AI

expand

Pregunte a AI

ChatGPT

Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla

Suggested prompts:

Can you explain this in simpler terms?

What are the main benefits or drawbacks?

Can you give me a real-world example?

close

bookChallenge: Find Customers with Orders

Desliza para mostrar el menú

Tarea

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.

Solución

Switch to desktopCambia al escritorio para practicar en el mundo realContinúe desde donde se encuentra utilizando una de las siguientes opciones
¿Todo estuvo claro?

¿Cómo podemos mejorarlo?

¡Gracias por tus comentarios!

Sección 1. Capítulo 2
single

single

some-alt