2
Reply

What is the difference between Commit and rollback command?

    Commit is used to success the transaction Rollback is used to return the transaction

    Commit command is used to make all the changes permanent to the underlying database. Rollback command is used to end the current transaction and undo all the changes we made since the current transaction began.We can't Rollback after the Commit.