-
What is generally done after the transactions are executed successfully?
-
- update
- rollback
- delete
- commit
- None of these
Correct Option: D
In a transaction, either all the statements are executed successfully or neither of them are successful. This is facilitated by the commit and rollback capabilities. Commit is made after a transaction.