DEVFYI - Developer Resource - FYI

What is a transaction ?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

What is a transaction ?

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.

(Continued on next question...)

Other Interview Questions