Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Orders Without Customers | Core Join Types and Their Applications
SQL Joins in Depth
セクション 1.  7
single

single

bookChallenge: Orders Without Customers

メニューを表示するにはスワイプしてください

タスク

スワイプしてコーディングを開始

Write a query that uses a RIGHT JOIN to list all orders and their customer names. If an order does not have a matching customer, show NULL for the customer name.

  • Select the order ID, order date, and amount from the orders table.
  • Select the customer name from the customers table.
  • Give the alias customer_name.
  • Use a RIGHT JOIN to include all orders, even those without a matching customer.
  • Show NULL for the customer name if an order does not have a matching customer.

解答

Switch to desktop実践的な練習のためにデスクトップに切り替える下記のオプションのいずれかを利用して、現在の場所から続行する
すべて明確でしたか?

どのように改善できますか?

フィードバックありがとうございます!

セクション 1.  7
single

single

AIに質問する

expand

AIに質問する

ChatGPT

何でも質問するか、提案された質問の1つを試してチャットを始めてください

some-alt