📜  我们可以回滚使用 DELETE 删除的数据吗 - SQL 代码示例
📅  最后修改于: 2022-03-11 15:05:08.004000             🧑  作者: Mango
代码示例1
yes, since this DELETE clause is from DML,
we can use ROLLBACK to recover the data.