ROLLBACK EXAMPLE SQL
Example 1: rollback in sql
DELETE clause is from DML,
we can use ROLLBACK to recover the data.
• ROLLBACK —> discharges all pending changes to prev commit
• ROLLBACK TO name —> rolls back changes to savepoint
Example 2: rollback to in sql
• ROLLBACK TO name —> rolls back changes to savepoint