For example I have a table A(ID INT PK, Name Varchar)
Then I create a new table B(COUNT INT PK, A_ID FK references A(ID))
I want to insert into B, how do I ins