_____ is the point of synchronisation between the database and the transaction…
2021
_____ is the point of synchronisation between the database and the transaction log file in database management system.
- A.
Checkpoint
- B.
Shadow point
- C.
Mapping point
- D.
Key point
Attempted by 7 students.
Show answer & explanation
Correct answer: A
In database management systems, a checkpoint is the specific point of synchronization between the active database state and the transaction log file. It ensures that all committed transactions are recorded on disk before proceeding, facilitating efficient recovery processes during system failures.