___________ refers to the ability of the system to recover committed transaction updates if either the system or the storage media fails

Options
- Isolation
- Atomicity
- Consistency
- Durability


CORRECT ANSWER : Durability

Discussion Board
Database

Good

Reyu 06-5-2023 05:28 PM

Explanation.

Answer : Durability.

Durability is one of the "ACID" property.
Durability in databases is the property that ensures transactions are saved permanently and do not accidentally disappear or get erased, even during a database crash.
This is usually achieved by saving all transactions to a non-volatile storage medium.

Jayesh Sonar 03-2-2015 11:20 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement