A transaction is a logical unit of work that must be entirely completed of aborted; no intermediate
states are accepted. In other words, a transaction, composed of several database requests, is
treated by the DBMS as a unit of work in which all transaction steps must be fully completed if the
transaction is to be accepted by the DBMS.