1.

What Is The Proper Method For Disabling And Re-enabling A Primary Key Constraint?

Answer»

You USE the ALTER TABLE COMMAND for both. However, for the enable clause you must specify the USING INDEX and TABLESPACE clause for PRIMARY keys.

You use the ALTER TABLE command for both. However, for the enable clause you must specify the USING INDEX and TABLESPACE clause for primary keys.



Discussion

No Comment Found