Resources  

About Transaction

A Transaction is the context of a database and it is a logical unit that is independently executed for data retrieval or updates. Means that we can perform the data SQL queries to update the values from database. In our daily life we are do Transaction on bank ATM which is work on automatic update query and the context of a database and it is a logical unit that is independently executed for data retrieval or updates. In relational databases, database Transaction must be atomic, consistent, isolated and durable summarized as the ACID acronym. Transaction are completed by COMMIT or ROLLBACK SQL statements which indicate a transaction’s beginning or end. The ACID acronym defines the properties of a database Transaction follows with Atomicity , Consistency, Isolation and Durability.

OUR TRAINING