DB2 Alter Table Drop Foreign Key

The RazorSQL alter table tool includes a Drop Foreign Key option for dropping a foreign key from a DB2 database table. The drop foreign key function generates the appropriate alter table drop foreign key SQL command for dropping the key from the table.

Listed below is an example of the SQL generated by the DB2 Alter Table Drop Foreign Key function:

ALTER TABLE TESTUSER.EMPLOYEE DROP FOREIGN KEY SQL070404162844800;

Below is a screen shot of the drop foreign key function of the DB2 alter table tool.

DB2 Drop Foreign Key