Accountancy, asked by khushikomarpant6, 6 months ago

Basic concept of transaction

Answers

Answered by sudeepraul2005
2

Answer:

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.

THANK YOU

Answered by nikhil12348
4

Answer:

A transaction is a unit of a program execution that accesses and possibly modifies various data objects (tuples, relations). DBMS has to maintain the following properties of transactions: Atomicity: A transaction is an atomic unit of processing, and it either has to be performed in its entirety or not at all.

Similar questions