|
|
|
| |
Transaction
A
transaction is a mechanism to handle groups
of operations as though they are one. In a transaction
either all operations occur or none at all.
Transaction means an atomic unit of work that
modifies data.
A transaction encloses one or more program statements,
all of which either complete or roll back.
Transactions enable multiple users to access
the same data concurrently.
|
|