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