COMMIT and ROLLBACK in MySQL

Answer

COMMIT and ROLLBACK in MySQL

COMMIT: Commit statement commits the current transaction, which means making the changes permanent. A transaction may involve update and or delete and or insert statements.

ROLLBACK: Rollback statement rolls back the present transaction, which means cancelling a transaction’s changes.

The statement SET AUTOCOMMIT enables or disables the committing transactions automatically for the current session.

All sql dba Questions

Ask your interview questions on sql-dba

Write Your comment or Questions if you want the answers on sql-dba from sql-dba Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---