|
A component of ACID - Isolation is a property of a transaction over a database that refers to each transaction's ability to work independently of other transactions that may be running over the same data or within the same database.
transactions that are Isolated will not affect or be effected by other transactions in the system.
|
||
Atomicity
Consistency
Durability
|
|