Should i do this e.g
A) Table 2 fk (source): insert into Table 2' fk (target)
B) Table 1 pk (source): insert into Table 1' pk (target)
Should i do in this order (A, B)
Fk: foreign key, Pk: primary key
Prime tables are the tables that will have the merged data
CEHJ
Foreign keys would be a consideration if you are going to get referential integrity violations, yes. In that case, you need to do them in an order that doesn't cause violations