Transaction;
A sequence of database requests that accesses the database
A is a logical unit of work; i.e., it must be entirely completed or aborted- no intermediate ending states are accepted
All transactions must have the properties of atomicity, consistency, isolation, and durability
Concurrent transactions
Many transactions taking place at the same time