InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Check Points In The Transaction Logs? |
|
Answer» The check points are restoration points that indicate the specific state of the DATABASE. When there is some failure in the database that is occurring before the NEXT check point, the database can be REVERTED back to the previous check point and thus the database would STILL be CONSISTENT. The check points are restoration points that indicate the specific state of the database. When there is some failure in the database that is occurring before the next check point, the database can be reverted back to the previous check point and thus the database would still be consistent. |
|