Which database recovery technique involves restoring the database to a previous state?
Q1. Which database recovery technique involves restoring the database to a previous state?
Answer: Backward recovery
Explanation: Backward recovery involves restoring the database to a previous consistent state by undoing changes made by uncommitted transactions.