Transactions in DBMS, Its states and ACID Properties
The transaction is executed as a single unit and should be atomic, consistent, isolated, and durable. This ACID property of transaction maintains the integrity of the data during the execution of the database. What is Transaction in DBMS? In a Database Management System (DBMS), a transaction is a series of operations or steps that are … Read more