InterviewSolution
Saved Bookmarks
| 1. |
If a transaction takes a Update lock on some data, then other transactions can get what type of lock? |
|
Answer» If a transaction takes an Update lock on some data, then other transactions can only get only Shared lock on it. |
|