Home »
MCQs »
SQL MCQs »
SQL Auto Increment, Like, Commit and Rollback MCQs
In order to start the transaction, the command used is –
10. In order to start the transaction, the command used is –
- Mysql > START COMMIT;
- Mysql > START TRANSACTION;
- Mysql > START ROLLBACK;
- None of the above
Answer: B) Mysql > START TRANSACTION;
Explanation:
To start the transaction, Mysql > START ROLLBACK; command is used.