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?
If no isolation level is specified, what is the default isolation level used?
What isolation level prevents dirty reads, nonrepeatable reads, and phantoms?