oracle中DML,DCL语句自动提交

DML,DCL语句自动提交 1.在scott用户下创建一张表 create table test1 (id number,name varchar(20)); SQL> create table test1 (id number,name varchar(20)); 表已建立。 2.插入两条记录到scott表中不提交(commit) SQL> insert into test1 values (1
相关文章
相关标签/搜索