setting up relationships

[prev] [thread] [next] [Date index for 2004/06/21]

From: steve shapero
Subject: setting up relationships
Date: 19:30 on 21 Jun 2004
hello list--

i am having some trouble setting up relationships for my database, which
has a fair number of "lookup" tables.  given these tables, i'm wondering
how i can setup a relationship between them.  also, any advice on how to
use AutoLoader in this scenario would be great.

table track (
	track_id int,
	track_name varchar,
	... etc.
)

table artist (
	artist_id int,
	artist_name varchar, 
	... etc.
)

table track_artsit (
	artist_id int,
	track_id int,
	primary key (artist_id, track_id)
)

in this scenario, a track has n number of artists, and an artist might
have produced x number of tracks...

any help greatly appreceiated!

thanks
steve

(message missing)

setting up relationships
steve shapero 19:30 on 21 Jun 2004

Re: setting up relationships
Yuval Kogman 20:40 on 21 Jun 2004

Re: setting up relationships
steve shapero 23:34 on 21 Jun 2004

Re: setting up relationships
Yuval Kogman 00:16 on 22 Jun 2004

Re: setting up relationships
steve shapero 06:34 on 22 Jun 2004

Re: setting up relationships
Tony Bowden 07:41 on 22 Jun 2004

Re: setting up relationships
steve shapero 17:28 on 22 Jun 2004

Generated at 11:35 on 01 Dec 2004 by mariachi v0.52