A transaction is a sequence of database operations leading to a well-defined application outcome.
A transaction is a sequence of database operations leading to a well-defined application outcome. A transaction is atomic if: (a) it produces a valid result regardless of the order the database operations occur in(b) it has no effect on any other concurrently-executing transactions(c) it either accomplishes all of its operations, or behaves as if none […]