can we rollback data that are deleted using delete

Solutions on MaxInterview for can we rollback data that are deleted using delete by the best coders in the world

showing results for - "can we rollback data that are deleted using delete"
Mattia
21 Feb 2017
1yes, since this DELETE clause is from DML,
2we can use ROLLBACK to recover the data.