I was just wondering if it is possible to name your NOT NULL constraints on columns? Like you can with a check constraint.
NOT NULL
Thanks, Alex.
create table table1(column1 number constraint column1_not_null not null);
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
143 times
active