Petite Abeille wrote:
That said… it seems to be odd to have a 'player' vs . 'draftedplayers' table… 
looks like a typical is_a vs has_a confusion...

The table named 'draftedplayers' is simply a many-to-many relation between the 'player' and 'league' tables. It lacks attributes of 'player' entries other than the primary key. I see no is_a versus has_a confusion here.

Cheers,
--
Larry Brasfield

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to