InterviewSolution
Saved Bookmarks
| 1. |
___________ refers to the ability of the system to recover committed transaction updates if either the system or the storage media fails.(a) Isolation(b) Atomicity(c) Consistency(d) DurabilityI had been asked this question in an interview for job.I need to ask this question from Transformation of Relational Expressions topic in chapter Query Processing Techniques of Database Management |
|
Answer» RIGHT option is (d) Durability Easy explanation - In database systems, durability is the ACID PROPERTY which GUARANTEES that transactions that have COMMITTED will survive permanently. |
|