1DELETE clause is from DML,
2we can use ROLLBACK to recover the data.
3• ROLLBACK —> discharges all pending changes to prev commit
4• ROLLBACK TO name —> rolls back changes to savepoint
1es, since this DELETE clause is from DML,
2we can use ROLLBACK to recover the data.