Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Reconcile Account Balances | Ledger-Style Joins
SQL for Finance and Accounting
セクション 3.  4
single

single

bookChallenge: 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 accounts and entries tables provided in the database.

解答

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

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

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

セクション 3.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt