InterviewSolution
Saved Bookmarks
| 1. |
What is the command to disable autocommit and launch a transaction?(a) INITIATE TRANSACTION(b) START TRANSACTION(c) DISABLE AUTOCOMMIT(d) TRANSACTIONI had been asked this question at a job interview.The above asked question is from Performing Transactions topic in section Using SQL to Manage Data of MySQL |
|
Answer» The CORRECT option is (b) START TRANSACTION |
|