Medium
SQL Left Join Query
Constructs a SQL query to join customer and order data.
📝 Contenu du Prompt
Write a SQL query to list all customer names and their order IDs from a Customers table and an Orders table. Use a LEFT JOIN so that customers who have not placed any orders are still included in the result.