In focus

    About ACID

    ACID stand ( Atomicity Consistency Isolation Durable ) which is used in transaction processing system for creates a transaction and it will ensure that the transaction will have certain characteristics and these all characteristics are known as the ACID properties. The atomicity property identifies that the transaction is atomic. An atomic transaction is either fully completed, or is not begun at all. A transaction enforces consistency in the system state by ensuring that at the end of any transaction the system is in a valid state. When a transaction runs in isolation, it appears to be the only action that the system is carrying out at one time. A transaction is durable in that once it has been successfully completed, all of the changes it made to the system are permanent.