InterviewSolution
Saved Bookmarks
| 1. |
The situation where the lock waits only for a specified amount of time for another lock to be released is(a) Lock timeout(b) Wait-wound(c) Timeout(d) WaitThis question was posed to me in unit test.This key question is from Deadlocks in section Concurrency Control of Database Management |
|
Answer» Correct option is (a) Lock timeout |
|