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
Correct Answer: READCOMMITTED