What is a database checkpoint?
Q1. What is a database checkpoint?
Answer: A point in time when the database writes its data to disk
Explanation: A database checkpoint is a point in time when the database writes its data to disk, ensuring data consistency and reducing recovery time.