📜  我们可以回滚使用 DELETE 子句删除的数据吗? - SQL 代码示例

📅  最后修改于: 2022-03-11 15:05:13.954000             🧑  作者: Mango

代码示例2
yes, since this DELETE clause is from DML,
we can use ROLLBACK to recover the data.