InterviewSolution
Saved Bookmarks
| 1. |
What Is Durability In Dbms? |
|
Answer» Once the DBMS informs the user that a transaction has successfully completed, its effects should persist EVEN if the system crashes before all its changes are reflected on DISK. This PROPERTY is called DURABILITY. Once the DBMS informs the user that a transaction has successfully completed, its effects should persist even if the system crashes before all its changes are reflected on disk. This property is called durability. |
|