SQL - Cascade on delete
711185Aug 18 2009 — edited Aug 19 2009Hello Guys,
I have a small issue here. There is one parent table with several child tables associated to it. The problem is when defining the relationships the "cascade on delete" constraint was not defined. Now I want to enable it. I mean if I delete anything in the parent table, I want all the associated child rows should also get deleted.
Thanks in advance and appreciate your help.