can we rollback data that are deleted using DELETE code example
Example: 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.
yes, since this DELETE clause is from DML,
we can use ROLLBACK to recover the data.