

MCQOPTIONS
Saved Bookmarks
1. |
Which type of SQL Server cursor concurrency places an update lock on a row when the row is read? |
A. | READ_ONLY |
B. | SCROLL_LOCK |
C. | OPTIMISTIC |
D. | READCOMMITTED |
Answer» E. | |