I executed the following statement:
I got the following error:
Code:
alter table cm_claim_master add constraint pk_cm_claim_master primary key (claim_number);
How to I add a null constraint to the field claim_number without dropping and recreating the table?The column "<name>" identified in a PRIMARY KEY clause or UNIQUE
clause is defined to allow null values.