Which database recovery technique involves restoring from a backup and reapplying transactions?
Q1. Which database recovery technique involves restoring from a backup and reapplying transactions?
Answer: Rollforward
Explanation: Rollforward recovery reapplies transactions from the log to the restored backup, ensuring data consistency.