0 votes
in DBMS by
Explain what we mean by an ACID transaction.

1 Answer

0 votes
by
An ACID transaction is one that is atomic, consistent, isolated, and durable. Durable

means that database changes are permanent. Consistency can mean either statement

level or transaction level consistency. With transaction level consistency, a transaction

may not see its own changes.Atomic means it is performed as a unit.

DBMS Interview Questions-Interview Questions and Answers https://madanswer.com/dbms
...