我是靠谱客的博主 愤怒网络,这篇文章主要介绍sql事务提交回滚命令_提交,回滚和保存点SQL命令,现在分享给大家,希望可以做个参考。

sql事务提交回滚命令

Transaction Control Language(TCL) commands are used to manage transactions in the database. These are used to manage the changes made to the data in a table by DML statements. It also allows statements to be grouped together into logical transactions.

事务控制语言(TCL)命令用于管理数据库中的事务。 这些用于管理DML语句对表中的数据所做的更改。 它还允许将语句组合在一起成为逻辑事务。

COMMIT命令 (COMMIT command)

COMMIT command is used to permanently save any transaction into the database.

COMMIT命令用于将任何事务永久保存到数据库中。

When we use any DML command like INSERT, UPDATE or DELETE, the changes made by these commands are not permanent, until the current session is closed, the changes made by these commands can be rolled back.

当我们使用INSERTUPDATE

最后

以上就是愤怒网络最近收集整理的关于sql事务提交回滚命令_提交,回滚和保存点SQL命令的全部内容,更多相关sql事务提交回滚命令_提交内容请搜索靠谱客的其他文章。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(47)

评论列表共有 0 条评论

立即
投稿
返回
顶部