What does COMMIT do?

What does COMMIT do?

View Answers

November 19, 2010 at 11:54 AM

Hi,

here is the answer,

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

Thanks.









Related Tutorials/Questions & Answers:
Advertisements