can rollback be done after delete command code example
Example 1: can we rollback data with drop
No we can't rollback data by using DROP
Example 2: can we rollback data that are deleted using DELETE
yes, since this DELETE clause is from DML,
we can use ROLLBACK to recover the data.