i have 3 table, user, topic and comment. I design database for my website. One user has many topic (or article) One topic (or article) has many comment One user has many comment
i create relationship for them. after i set Insert and And Update Specification as cascade.
I want if i delete one user then topic of this user and comment of user will delete If i delete one topic then all comment of topic will delete by cascade