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
You might create a View selecting the column names required by your insert statement, add an INSTEAD OF INSERT Trigger, and insert into this view.