InterviewSolution
Saved Bookmarks
| 1. |
During the _________ phase the validation test is applied to the transaction(a) Read phase(b) Validation phase(c) Write phase(d) None of the mentioned |
|
Answer» Right option is (b) Validation phase The explanation is: During the validation phase, the validation test is applied to the transaction. This determines whether the transaction is allowed to proceed or not without causing a violation of serializability. |
|