I have designed an diagram in sql server 2008. as you can see in the photo:
Now in Value
table I set the cascading delete ON for Feature
and ProductDetail
but I see the error below:
'Feature' table saved successfully 'ProductDetail' table saved successfully 'Value' table - Unable to create relationship 'ValueFeature'. Introducing FOREIGN KEY constraint 'ValueFeature' on table 'Value' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. Could not create constraint. See previous errors.
What is it wrong with my design?