セクション 3. 章 1
single
Challenge: Customer Sales Report
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Write a query to generate a customer sales report by combining data from the customers and sales tables. The report should display each customer's first and last name, along with the quantity for each sale.
- Join the
customersandsalestables using the customer ID. - Select the customer's first name and last name.
- Include the quantity of each sale in the result.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 1
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください