Answers for "is it possible to undo sql delete"

SQL
0

can we rollback deleted data in sql

es, since this DELETE clause is from DML,
we can use ROLLBACK to recover the data.
Posted by: Guest on January-21-2021
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 "is it possible to undo sql delete"

Code answers related to "SQL"

Browse Popular Code Answers by Language