Relational Database Management System (RDBMS) Question:
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.
Previous Question | Next Question |
What do you mean by atomicity and aggregation? | What is join dependency and inclusion dependency? |