Which database property ensures that even in the event of a system failure or…
2026
Which database property ensures that even in the event of a system failure or power loss, the results of a committed transaction are permanently recorded ?
Answer: C. Durability — The correct database property is Durability. This ACID property ensures that once a transaction is committed, the changes are permanently recorded even in the…
- A.
Consistency
- B.
Isolation
- C.
Durability
- D.
Atomicity
Attempted by 447 students.
Show answer & explanation
Correct answer: C
The correct database property is Durability. This ACID property ensures that once a transaction is committed, the changes are permanently recorded even in the event of system failure or power loss.
Loading lesson…