InterviewSolution
Saved Bookmarks
| 1. |
The _________ requires each transaction executes in two or three different phases in its lifetime(a) Validation protocol(b) Timestamp protocol(c) Deadlock protocol(d) View protocol |
|
Answer» Correct choice is (a) Validation protocol To explain I would say: The validation protocol requires each transaction to execute in two or three different phases in its lifetime depending on whether it is a read only or an update transaction. |
|