InterviewSolution
Saved Bookmarks
| 1. |
Which of the following timestamps is used to record the time when a database has completed its write operation?(a) Start(i)(b) Validation(i)(c) Finish(i)(d) Write(i) |
|
Answer» Correct option is (c) Finish(i) The explanation: There are three different timestamps for each transaction start(i), validation(i), finish(i). Finish(i) is used to record the time when a transaction has finished its write phase. |
|