Skip to content Skip to sidebar Skip to footer

Inserting A Foreign Key Into A Table

How to insert foreign key into a table? I have two table (Info and WorkDetails) where WorkDetails has a foreign key which refer to Info. Is this the correct way to implement? MyDa

Solution 1:

Yes you're doing it the right way


Post a Comment for "Inserting A Foreign Key Into A Table"