MySQL Forums
Forum List  »  InnoDB

creating associative entity tables in mysql
Posted by: Kyle Davis
Date: February 09, 2007 09:29AM

i have a bunch of associative entities that i need to create into tables.

Lets say I have table 1 and table 2 and the associative entity table 3. Do I just take the names of the primary key fields in tables 1 and 2 and create them in table 3 and then set both to a primary key? Or is there a procedure like when setting a foreign key?? THanks so much

Options: ReplyQuote


Subject
Views
Written By
Posted
creating associative entity tables in mysql
9181
February 09, 2007 09:29AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.