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 protocolI had been asked this question in examination.Query is from Validation Based Protocols in chapter Concurrency Control of RDBMS |
|
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. |
|