InterviewSolution
Saved Bookmarks
| 1. |
If a transaction does not modify the database until it has committed it is said to use a _______ modification technique(a) Deferred(b) Immediate(c) More than one of the mentioned(d) None of the mentioned |
|
Answer» Right answer is (a) Deferred Easiest explanation: If a transaction does not modify the database until it has committed it is said to use a deferred modification technique. Deferred modification has the overhead that transactions need to make local copies of all updated data items. |
|