In Oracle, is it possible to use syntax like alter table 'TBL_NM' modify constraint 'CONSTRAINT_NM' ... deferrable to make an existing constraint deferrable, or does the constraint have to be dropped and re-created as deferrable?
In Oracle, is it possible to use syntax like alter table ‘TBL_NM’ modify constraint
Share
It has to be dropped and recreated.