Which database recovery technique involves maintaining a log of changes?
Q1. Which database recovery technique involves maintaining a log of changes?
Answer: Log-based recovery
Explanation: Log-based recovery involves maintaining a log of changes, allowing the database to recover from failures by reapplying or undoing changes.