InterviewSolution
Saved Bookmarks
| 1. |
The _____________ ensures that any conflicting read and write operations are executed in timestamp order.(a) Timestamp-ordering protocol(b) Timestamp protocol(c) W-timestamp(d) R-timestampThe question was asked in an online interview.Question is taken from Multiple Granularity in chapter Concurrency Control of Database Management |
|
Answer» RIGHT ANSWER is (a) Timestamp-ordering protocol For EXPLANATION: The most COMMON method for doing ordering transaction is to use a timestamp-ordering scheme. |
|