Welcome Guest, Not a member yet? Register   Sign In
MySQL 3 Table join question...
#2

[eluser]port22[/eluser]
Best solution is to change your database design to something similar to the following, making it relational:

catalogue - ( id, title, etc )

artists - ( id, name, etc )

formats - ( id, format, etc ) ( Be wary with this table as it may actually contain data that fits nicely in catalogue )

artists_cds - ( id, catid, artid ) ( Where catid = foreign key to catalogue id and artid to artists id )


Messages In This Thread
MySQL 3 Table join question... - by El Forum - 03-04-2010, 06:41 PM
MySQL 3 Table join question... - by El Forum - 03-04-2010, 08:50 PM
MySQL 3 Table join question... - by El Forum - 03-04-2010, 09:05 PM
MySQL 3 Table join question... - by El Forum - 03-05-2010, 02:47 AM
MySQL 3 Table join question... - by El Forum - 03-05-2010, 10:54 PM
MySQL 3 Table join question... - by El Forum - 03-06-2010, 02:05 PM
MySQL 3 Table join question... - by El Forum - 03-06-2010, 05:24 PM



Theme © iAndrew 2016 - Forum software by © MyBB