Consider the following log sequence of two transactions on a bank account, with initial balance of Rs. 12,000, that transfers 2000 to a mortgage payment and then applies a 5% interest.
- T1 start
- T1 B old = 1200 new = 10000
- T1 M old = 0 new = 2000
- T1 commit
- T2 start
- T2 B old = 10000 new = 10500
- T2 commit
Suppose the database system crashes just before log record 7 is written. When the system is restarted, which statement is true for the recovery procedure?
Reveal answer
Fill a bubble to check yourself
