InterviewSolution
Saved Bookmarks
| 1. |
To prevent the phantom phenomenon, _______ is used(a) Key value locking(b) Next key locking(c) Previous key locking(d) None of the mentioned |
|
Answer» Right option is (b) Next key locking The explanation is: The failure of a system to prevent a non serialized tuple when two transactions conflict with each other is called as phantom phenomenon. To prevent the phantom phenomenon, the next key locking is used. |
|