InterviewSolution
Saved Bookmarks
| 1. |
What Are The Lock Types? |
|
Answer» SQL server supports following locks: Shared lock
Update locks This lock is used with the resources to be UPDATED. Exclusive locks This kind of lock is used with data MODIFICATION operations like update, insert or delete. SQL server supports following locks: Shared lock Update locks This lock is used with the resources to be updated. Exclusive locks This kind of lock is used with data modification operations like update, insert or delete. |
|