Link to home
Create AccountLog in
Avatar of Sh M
Sh MFlag for United States of America

asked on

on delete cascade -sql 2005

Hi,

what are the negative effect of having on delete cascade set on foreign key of a child table?


thanks
Avatar of Kalpesh Chhatrala
Kalpesh Chhatrala
Flag of India image

If you remove record from Child table effect also parent table. related parent table record also delete.
Please Ignore first post

If you remove record from Parent table effect also Child table. related child table record also deleted.
SOLUTION
Avatar of Armand G
Armand G
Flag of New Zealand image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Avatar of Sh M

ASKER

thanks