Home Answers Viewqa SQL What does COMMIT do?

 
 


hemant kumar
What does COMMIT do?
1 Answer(s)      2 years and 6 months ago
Posted in : SQL

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 Pages:
DOM
DOM

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.