InterviewSolution
Saved Bookmarks
| 1. |
Is A Shared Lock Assigned To Each Data Record Of The Table During A Full Table Scan As Long As The Query Is Running? |
|
Answer» In ISOLATION level 1, a lock is temporarily used for each record and is REMOVED before the NEXT record. In isolation level 1, a lock is temporarily used for each record and is removed before the next record. |
|