Oracle DML(數據庫操做語言)

Oracle DML(數據庫操做語言) drop table person; create table person( id number(10) primary key,--主鍵約束 name varchar2(200) not null, gender number(1) default 1, constraint person_name unique(name),--非空惟一約束 --檢查約
相關文章
相關標籤/搜索