Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
学ぶ Challenge: Reconcile Account Balances | Data Accuracy, Reconciliation, and Transaction Logic
SQL for Finance and Accounting
セクション 4.  4
single

single

bookChallenge: Reconcile Account Balances

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

タスク

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

Write a SQL query to identify accounts in the balances table where the sum of related transactions in the bank_transactions table does not match the recorded balance.

  • For each account in the balances table, calculate the sum of all deposits minus all withdrawals from the bank_transactions table.
  • Compare this sum to the value in the balance column of the balances table.
  • Select the account_id for accounts where the calculated sum does not equal the recorded balance.

解答

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

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

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

セクション 4.  4
single

single

AIに質問する

expand

AIに質問する

ChatGPT

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

some-alt