Which database recovery technique involves periodically saving the state of the database?
Q1. Which database recovery technique involves periodically saving the state of the database?
Answer: Checkpointing
Explanation: Checkpointing involves periodically saving the state of the database, which can improve recovery time in case of a failure.