Oracle创建表_01

1、

--创建表

create table zctest
(
id number(9) not null primary key,
classname varchar2(40) not null
)

 

2、

 

3、

 

posted @ 2016-04-19 10:22  DbSkill  阅读(137)  评论(0)    收藏  举报