1.

With this type of SQL Server cursor concurrency no lock is obtained until the user updates the data.

A. READ_ONLY
B. SCROLL_LOCK
C. OPTIMISTIC
D. PESSIMISTIC
Answer» D. PESSIMISTIC


Discussion

No Comment Found