A bank transfer debits money from one account but, due to system failure, does…
2025
A bank transfer debits money from one account but, due to system failure, does not credit it to the friend’s account. Which ACID property is violated?
Answer: B. Atomicity — Correct answer: Atomicity. Atomicity says a transaction must be all-or-nothing. Either both debit and credit should happen, or neither should remain applied.…
- A.
Consistency
- B.
Atomicity
- C.
Isolation
- D.
Durability
- E.
Integrity
Attempted by 440 students.
Show answer & explanation
Correct answer: B
Correct answer: Atomicity.
Atomicity says a transaction must be all-or-nothing. Either both debit and credit should happen, or neither should remain applied.
Here only one part of the transfer is completed, so the transaction is partially applied and atomicity is broken.
Loading lesson…