Change status of constraint or primary key in a table
ALTER TABLE DEPT
DISABLE CONSTRAINT DEPT_PRIMARY_KEY CASCADE;
Change status of constraint or primary key in a table
ALTER TABLE DEPT
DISABLE CONSTRAINT DEPT_PRIMARY_KEY CASCADE;
at 6:07 PM
Labels: Oracle, Oracle Query, PL/SQL
No comments:
Post a Comment