Garayed.com  

Go Back   Garayed.com > mySQL
FAQ Members List Calendar Search Today's Posts Mark Forums Read


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-22-2006, 10:58 AM
Jerry Stuckle
 
Posts: n/a
Default Re: foreign key constraints or / and unique key ?

Ah Bon wrote:
> I have the following database structure :
>
> my_user ( id, name );
> my_country (id, name );
> my_travel ( id_user , id_country , length_of_stay );
>
> id_user AND id_country are both external keys. They references my_user
> and my_country.
>
> In mysql, innoDB engine, is it better to :
>
> 1/ add 2 foreign key constraints to my_travel.id_user and
> my_travevl.id_country
>
> or
>
> 2/ add only one unique key on (id_user, id_country)
>
> The basic fact is : when I add foreign key constraints AND unique key,
> mysql tells me that my_travel fields should'nt be part of an unique and
> foregn key in the same time.
>
> Any ideas ?


I wouldn't think you would want a unique key on id_user and id_country.
For instance - what happens if a user makes multiple trips to the
same country? Wouldn't you want to be able to list all the trips?


--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:12 AM.




LinkBacks Enabled by vBSEO 3.0.0 © 2007, Crawlability, Inc.