What is the difference between COMMIT and ROLLBACK process in Database ?
995
19-Sep-2019
Updated on 16-Sep-2020
MindStick Software Pvt Ltd
19-Sep-2019Each 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.