My database contains three tables called Object_Table, Data_Table and Link_Table. The link table just contains two columns, the identi
Object_Table
Data_Table
Link_Table
If you want the actions to be more or less atomic, I would make sure to wrap them in a transaction. That way you can be sure both happened or both didn't happen as needed.