How do you create relantionships with myisam? I am trying to do many to many cause i only founded instrunctions for that relantionship from internet.
I have created now two tables and one table that only have two fields both previous tables primary keys and its primary key is both of those fields. I also made cascade for both of those fields. Well how i use that table for update query that changes will affect both of those tables or if i delete one row from one of the tables it will affect the other one also?