Answers for "can we rollback data with delete"

SQL
1

can you rollback with delete clause

yes, since this DELETE clause is from DML, 
we can use ROLLBACK to recover the data.
Posted by: Guest on December-14-2020
1

can we rollback data with drop

No we can't rollback data by using DROP
Posted by: Guest on December-14-2020
0

can we rollback data that are deleted using DELETE clause?

yes, since this DELETE clause is from DML,
we can use ROLLBACK to recover the data.
Posted by: Guest on December-14-2020

Code answers related to "can we rollback data with delete"

Code answers related to "SQL"

Browse Popular Code Answers by Language