Application APP_A is performing updates to table TAB1 using the read stability (RS) isolation
level. Which isolation level will allow application APP_B to retrieve all rows from table TAB1
immediately, rather than have to wait until application APP_A has finished making updates?
A.
Read Stability (RS)
B.
Cursor Stability (CS)
C.
Repeatable Read (RR)
D.
Uncommitted Read (UR)
Explanation: