Refers to two transactions that execute in parallel but the result is the same as if the transactions had run separately, leaving the database in a consistent state. Transactions are fully isolated from one another. When a second transaction requires a resource locked by another transaction, the second transaction will wait on the first transaction to complete. If the two transactions are in a deadlock, the DBMS will abort one of the transactions, requiring it to be resubmitted.