Which of the following causes a lock that is being held by an application using the Cursor Stability
isolation level to be released?

A.
The cursor is moved to another row
B.
The row the cursor is on is deleted by the application
C.
The row the cursor is on is deleted by another application
D.
The row the cursor is on needs to be updated by another application
The cursor stability isolation level locks any row being accessed during a transaction while the cursor is positioned on that row.
0
0