MySQL Forums
Forum List  »  Newbie

Multiple references of a PK
Posted by: Robert Kolb
Date: February 22, 2012 09:58AM

My main table is customers with a PK index.

I have 2 additional tables, addresses and vehicles.

I am attempting to create a column in each of these tables to reference the PK in the first table.

MySql allows me to create the first one, but not a second.

I want some changes to automatically filter down when a customer is added/deleted.

Any help or suggestions would be great.

Options: ReplyQuote


Subject
Written By
Posted
Multiple references of a PK
February 22, 2012 09:58AM


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.