|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Stay one step ahead of the competition. Evaluate and give feedback
on some of the hottest web development tools on the market today.
Make your opinion heard! Click
Here
|
|
#1
|
|||
|
|||
|
MySQL Many to Many Relationships
Greetings...
I have been working with mySQL 4.0.8 and in addition to some 1:m relationships i want to implement m:n, many to many by means of a intermediate-bridge entity... Something like this: track(track_id#, track_title) album(album_id#, album_title) track_album(track_id#, album_id#) (a track can be found on >1 albums and one album can contain >1 tracks) How can this be done with SQLYog....? I know that you have to create an index for each connection to an other table but somehow this fails when i try to manage and create the relationships....Table is INNODB! Any help will be greatly appreciated!!!!! |
|
#2
|
|||
|
|||
|
it's weird, but i am answering tom myself...
the problem was that the tools needs to reconnect to show the new indices... problem solved......! ![]() |
![]() |
| Viewing: Dev Articles Community Forums > Databases > MySQL Development > MySQL Many to Many Relationships |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|