Sección 4. Capítulo 2
single
Challenge: Detect Duplicate Transactions
Desliza para mostrar el menú
Tarea
Swipe to start coding
Write an SQL query to identify accounts where the recorded balance in the balances table does not match the sum of all their transactions in the bank_transactions table. This helps ensure that account balances reflect the actual transaction history.
- Calculate the net transaction sum for each account by summing deposits and subtracting withdrawals from the
bank_transactionstable. - Compare this calculated sum to the balance recorded in the balances table for each account.
- Return the
account_id, the recordedbalance, and the calculated transaction sum for any account where these values do not match.
Solución
¿Todo estuvo claro?
¡Gracias por tus comentarios!
Sección 4. Capítulo 2
single
Pregunte a AI
Pregunte a AI
Pregunte lo que quiera o pruebe una de las preguntas sugeridas para comenzar nuestra charla