InterviewSolution
Saved Bookmarks
| 1. |
The value of the data item prior to the write is called as _________(a) Transaction identifier(b) Data-item identifier(c) Old value(d) New value |
|
Answer» Right answer is (c) Old value To explain I would say: The value of the data item prior to the write is called as old value. This is stored in the update log record. |
|