Isolation, consistency, durability and atomicity are enforced by the dbms
A database management system (or DBMS) is essentially nothing more than a computerized data-keeping system.
Atomicity means that multiple operations can be grouped into a single logical entity, that is, other threads of control accessing the database will either see all of the changes or none of the changes.
Learn more about DBMS here:
https://brainly.com/question/13485235
#SPJ4