セクション 3. 章 4
single
Challenge: Reconcile Account Balances
メニューを表示するにはスワイプしてください
タスク
スワイプしてコーディングを開始
Your goal is to find all accounts that are not balanced—where the total debits do not match the total credits.
- Calculate the total debits and total credits for each account using conditional aggregation.
- Show only those accounts where these two totals differ.
- Return the account name, the sum of debits, and the sum of credits for each unbalanced account.
- Use the
accountsandentriestables provided in the database.
解答
すべて明確でしたか?
フィードバックありがとうございます!
セクション 3. 章 4
single
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください