InterviewSolution
Saved Bookmarks
| 1. |
What is generally done after the transactions are executed successfully?(a) delete(b) rollback(c) commit(d) updateThis question was posed to me in an international level competition.This interesting question is from Performing Transactions in chapter Using SQL to Manage Data of MySQL |
|
Answer» Correct option is (c) commit |
|