Computer Science, asked by Dushyant574, 1 year ago

What is transaction ? Explain ACID property of transaction.

Answers

Answered by Anonymous
2

A transaction is a very small unit of a program and it may contain several lowlevel tasks. A transaction in a database system must maintain Atomicity, Consistency, Isolation, and Durability − commonly known as ACID properties − in order to ensure accuracy, completeness, and data integrity.

Similar questions