View Single Post
Old 06-01-2010, 04:20 PM   #3 (permalink)
Aiahoos
The Wanderer
 
Join Date: Feb 2010
Posts: 5
Thanks: 0
Aiahoos is on a distinguished road
Default

As I remember from php tutorial there may be additional fields on table 'X', which means that the database update routine will have to deal with more than simply choosing between an insert or a delete.
A more complicated version is where table 'X' can contain multiple occurrences for each combination of 'a_id' and 'b_id'.
Aiahoos is offline  
Reply With Quote