A rule says balances never drop below zero. Which promise guards it?
Power fails halfway through moving money between accounts. What does atomicity do?
Two friends edit one shared record at once, each seeing a clean copy until the other finishes. Which promise?
A server crashes right after a commit. What happens to the committed transfer?
Which sequence must be one transaction?
Rollback can undo a confirmation message already sent to a customer.
Circle one: True False
A programmer wraps each single read in its own transaction and calls it safer. What is the error?
A transfer debits account A, then crashes before crediting B, with no transaction used. What is left behind?