I am new to SQL and have been charged with designing a database in 3NF. I have been having trouble populating rows in the child tables. I can insert into table1 and it will automatically generate the identity column, but how do I populate the child tables with the identity generated by the first table (so as to associate them all together)? Here's a diagram.
Is there a better way to do this, am I way out in left field? Any suggestions?
Is there a better way to do this, am I way out in left field? Any suggestions?