MySQL Forums
Forum List  »  Newbie

Re: About relational database!!!!
Posted by: Baris Cicek
Date: July 30, 2005 07:37AM

If you use InnoDB and created table (or later altered it) with ON DELETE CASCADE mysql will delete the rows that have same foreign key constraints. You can see that with `SHOW CREATE table` and check the table creation arguments.

Options: ReplyQuote


Subject
Written By
Posted
Re: About relational database!!!!
July 30, 2005 07:37AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.