I have 3 tables as A, B and C. Table C depends on B and Table B depends on A. (Via foreign keys). I want to add data from other template tables (which has the same structure as the A,B and C) to those A, B, and C. How can I achieve this using SQL Server?