InterviewSolution
Saved Bookmarks
| 1. |
W-timestamp(Q) denotes?(a) The largest timestamp of any transaction that can execute write(Q) successfully(b) The largest timestamp of any transaction that can execute read(Q) successfully(c) The smallest timestamp of any transaction that can execute write(Q) successfully(d) The smallest timestamp of any transaction that can execute read(Q) successfully |
|
Answer» The correct choice is (a) The largest timestamp of any transaction that can execute write(Q) successfully Explanation: W-timestamp(Q) denotes The largest timestamp of any transaction that can execute write(Q) successfully. |
|