202k views
1 vote
If a transaction is successful, what must we do to ensure that the entire database sees the changes?

1 Answer

4 votes

Answer:

Every transaction in DBMS must maintain ACID – A (Atomicity), C (Consistency), I (Isolation), D (Durability). One must maintain ACID to ensure the completeness, accuracy, and integrity of data.

User Spectral
by
7.5k points