-
What is the isolation property of transactions?
-
- transaction effects are recorded permanently
- database remains consistent
- statements form a logic unit
- one transaction does not affect the other
- None of these
Correct Option: D
The ‘isolation’ property of a transaction is one of the four elementary characteristics that are expected for a database transaction to maintain throughout. The others are Atomicity, Consistency and Durability.