in Technology by

What is the difference between COMMIT and ROLLBACK?

Please log in or register to answer this question.

1 Answer

0 votes
by

What is the difference between COMMIT and ROLLBACK?

Every statement between BEGIN and COMMIT becomes persistent to database when the COMMIT is executed. Every statement between BEGIN and ROOLBACK are reverted to the state when the ROLLBACK was executed.

Related questions

...