I have a table, say, table2 that is connected with parent table, table1. I also have table3, which I want to copy its content to table2 that is connected to table1. Table3 may have some values in the foreign key column that are not available in table1 & this causes an error when I try to copy the values. How can I solve this problem in order to copy only the records that have a reference in the parent table ??
Share
Of course you need to replace samples with actual column names. 🙂