ON DELETE CASCADE CONSTRAINT when foreign key constraint already declare?
776850Jun 4 2010 — edited Jun 10 2010Hi all,
How to add ON DELETE CASCADE constraint to a table when the foreign key constraint is already added?
I mean I want to add the ON DELETE CASCADE only after creating table without including the foreign key constraint
Thanks in advance
Suresh K