June 2018
Intermediate to advanced
408 pages
11h 23m
English
A database transaction is a critical part of any application. A database transaction is a sequence of actions that are treated as a single unit of work. These actions should either be completed entirely or take no effect at all. The management of the sequence of actions is known as transaction management. Transaction management is an important part of any RDBMS-oriented enterprise applications, to ensure data integrity and consistency. The concept of transactions can be described with four key properties: atomicity, consistency, isolation, and durability (ACID).
Transactions are described as ACID, which stands for the following:
Read now
Unlock full access