Home / CSE / Database System 2 - CS :: Discussion

Discussion :: Database System 2 - CS

  1. Which type of SQL Server cursor concurrency places an update lock on a row when the row is read?

  2. A.

     READ_ONLY

    B.

     SCROLL_LOCK

    C.

     OPTIMISTIC

    D.

     READCOMMITTED

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    Explanation Not Provided


Be The First To Comment