Computer Science, asked by mia0akshi0, 2 months ago

what are the ACID properties ? in computer application ​

Attachments:

Answers

Answered by likithsunku
2

Answer:

In the context of transaction processing, the acronym ACID refers to the four key properties of a transaction: atomicity, consistency, isolation, and durability. All changes to data are performed as if they are a single operation. That is, all the changes are performed, or none of them are.

Answered by Anonymous
0

Answer:

ACID is a set of properties of database transactions intended to guarantee data validity despite errors, power failures, and other mishaps.

Similar questions