What is the difference between COMMIT and ROLLBACK process in Database ?
Ask by MindStick Software Pvt Ltd
Updated 16 Sep 2020
Each statement between BEGIN and COMMIT becomes persistent to the database when the COMMIT is executed. Each statement between BEGIN and ROLLBACK are reverted to the state when the ROLLBACK was executed.