0

What should be the sql command(oracle) to add 'NOT NULL' constraint, with a constraint name, to a column of existing table?

1 Answer 1

1
 alter table t add constraint my_named_not_null check ( x is not null ); 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.