Forum Moderators: phranque
Table A has a column with an auto incrementing primary key.
I need the row in tableB to have a foreign key which matches this primary key. How do I do this to ensure the fk will be the same as the pk?
Thanks.