1.

If an error occurs during the transaction the troubleshoot is ____________(a) delete(b) rollback(c) commit(d) updateI got this question during a job interview.This interesting question is from Internationalization and Localization Issues in division General MySQL Administration of MySQL

Answer»

Correct choice is (B) rollback

The BEST I can EXPLAIN: Whenever an error occurs during a transaction, it is generally TAKEN to the state prior to the beginning of transaction execution. This is known as rollback. It is a SET of undo operations.



Discussion

No Comment Found

Related InterviewSolutions