Oracle命名不是空约束?

Ale*_*nor 2 oracle sqlplus constraints oracle10g

我只是想知道是否可以NOT NULL在列上命名约束?就像你可以使用检查约束一样.

谢谢,亚历克斯.

Jon*_*ler 8

create table table1(column1 number constraint column1_not_null not null);
Run Code Online (Sandbox Code Playgroud)