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