implicit transaction

A transaction that automatically begins when an SQL statement which alters the database executes. The developer must explicitly indicate the end of the transaction with the COMMIT WORK and ROLLBACK WORK statement. An ANSI-compliant database uses implicit transactions.

See also ANSI-compliant, commit, roll back, transaction.