摘要: -- Create tablecreate table CUSTOMERS( CID NUMBER not null, CNAME VARCHAR2(50) not null)tablespace USERS pctfree 10 initrans 1 maxtrans 255 storage ( initial 64K minextents 1 maxextents unlimited );alter table CUSTOMERS add constraint CUSTOMERS_PK primary key (CID) using index tablespace USERS-- Cr. 阅读全文
posted @ 2013-06-05 20:21 令狐冲之12 阅读(302) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2013-06-05 20:01 令狐冲之12 阅读(136) 评论(0) 推荐(0)
摘要: 有什么问题大家可以QQ联系我,或者给我发邮件我的联系方式QQ1027187712; 或1055592535邮箱 1027187712@qq.comiteye博客地址 http://1055592535.iteye.com/admin程序员工作 熟悉java jsp oracle js等 阅读全文
posted @ 2013-06-05 19:57 令狐冲之12 阅读(174) 评论(0) 推荐(0)