摘要: not null约束只能在列级定义;可以指定not null约束的名称,如不指定则自动生成名称 SQL> create table t1 (x number not null, y number constraint nn_t111_y not null); Table created. SQL> 阅读全文
posted @ 2017-05-19 21:17 九號栈長 阅读(300) 评论(0) 推荐(0) 编辑
摘要: not null约束只能在列级定义;可以指定not null约束的名称,如不指定则自动生成名称 SQL> create table t1 (x number not null, y number constraint nn_t111_y not null); Table created. SQL> 阅读全文
posted @ 2017-05-19 21:10 九號栈長 阅读(184) 评论(0) 推荐(0) 编辑