New posts in cascading-deletes

JPA/Hibernate remove entity sometimes not working

How do I edit a table in order to enable CASCADE DELETE?

Entity Framework 4.1 InverseProperty Attribute and ForeignKey

How do you ensure Cascade Delete is enabled on a table relationship in EF Code first?

What are the options for overriding Django's cascading delete behaviour?

MS SQL "ON DELETE CASCADE" multiple foreign keys pointing to the same table?

Doctrine: cascade="remove" vs orphanRemoval=true

CoreData + iCloud + Cascade Delete - how to handle?

Django - Cascade deletion in ManyToManyRelation

Cascading deletes with Entity Framework - Related entities deleted by EF

Is it possible to delete from multiple tables in the same SQL statement?

Delete rows with foreign key in PostgreSQL

What is the difference between CascadeType.REMOVE and orphanRemoval in JPA?

How to add "on delete cascade" constraints?

How does JPA orphanRemoval=true differ from the ON DELETE CASCADE DML clause

Entity Framework (EF) Code First Cascade Delete for One-to-Zero-or-One relationship

On delete cascade with doctrine2

How do I use cascade delete with SQL Server?