Computer Science, asked by shikharcool1861, 1 year ago

Explain rollback and commit commands with examples

Answers

Answered by Anonymous
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 ramita33
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