Dropping not null constraint
392236Nov 27 2003 — edited Nov 27 2003Hi
I wanted to know how can a not null constraint be dropped.
Using the 'Alter table drop constraint...' statement, this can be done but if the constraint is system defined and we dont want to search the constraint name first, is there any other option ?
Thanks