DEVFYI - Developer Resource - FYI

What does COMMIT do ?

ORACLE Interview Questions and Answers (Part 1)


(Continued from previous question...)

58. What does COMMIT do ?

COMMIT makes permanent the changes resulting from all SQL statements in the transaction. The changes made by the SQL statements of a transaction become visible to other user sessions transactions that start only after transaction is committed.

(Continued on next question...)

Other Interview Questions