What is a transaction?
By admin on Mar 8, 2007 in CLIENT/SERVER interview questions
A transaction is a set of operations that begin when the first DML is issued and end
when a commit or rollback is issued. BEGIN COMMIT/ROLLBACK are the boundries of
a transaction.


