Isolation levels define the degree to which a transaction must be isolated from the data modifications made by any other transaction in the database system. A transaction isolation level is defined by the following phenomena: Dirty Read, Non Repeatable read and Phanton Read.

Volver al artículo