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
相關文章
相關標籤/搜索