Closed SampsonCrowley closed 2 years ago
Is there a specific reason that truncate is the only option that allows cascading?
Why is there no simple DELETE CASCADE statement (which is a lot safer as far as not deleting records that aren't supposed to be)?
DELETE CASCADE
Closing, because this seems better suited to the google group
Is there a specific reason that truncate is the only option that allows cascading?
Why is there no simple
DELETE CASCADE
statement (which is a lot safer as far as not deleting records that aren't supposed to be)?