TRANSACTION RECOVERYDatabase transaction recovery uses data in the transaction log to recover a database from an inconsistent state to a consistent state.Four important concepts that affect the recovery process : - Write-ahead-log protocol
- Redundant transaction logs
- Database buffers
- Database checkpoints
<Josephine>