【Oracle123】Oracle什么时候需要commit

https://www.cnblogs.com/qingxinblog/articles/3373851.html

DML语言,比如update,delete,insert等修改表中数据的需要commit;
DDL语言,比如create,drop等改变表结构的,就不需要写commit(因为内部隐藏了commit);

 

posted @ 2019-10-22 14:06  CathyGao2018  阅读(133)  评论(0编辑  收藏  举报