Posted: 5/11/2010
Hi experts,I have a requirement where I need to delete the foreign key constraint of a table, Can you help me in doing so
Hi experts,
I have a requirement where I need to delete the foreign key constraint of a table, Can you help me in doing so
shawn said: Hi experts,I have a requirement where I need to delete the foreign key constraint of a table, Can you help me in doing so
Hi Shawn,
Use the following query to delete the foreign key constraint of a table.
ALTER TABLE TABLE_NAME DROP FOREIGN KEY FOREIGNKEY_NAME