Explain rollback and commit commands with examples
Answers
Answered by
6
COMMIT Command: A COMMIT is a database command used in transaction management to save all changes made to the transaction as final. ...
Example: SQL> DELETE FROM STUDENTS. ...
ROLLBACK Command: A ROLLBACK is a database command used in transaction management to revert the previous changes on the transaction. ...
Answered by
1
Answer:
The Commit And Rollback Commands
COMMIT Command: A COMMIT is a database command used in transaction management to save all changes made to the transaction as final. ...
Example: SQL> DELETE FROM STUDENTS. ...
ROLLBACK Command: A ROLLBACK is a database command used in transaction management to revert the previous changes on the transaction.
Similar questions