MySQL Forums
Forum List  »  Newbie

Re: Dumb (?) SQL question...
Posted by: Paul McArdle
Date: June 28, 2005 05:34PM

table SHOW( id, desc, startdate, enddate, etc --- Show details one each show
table EPISODE( id, show_id, etc --- Episode details one each show
table ACT_EP(ep_id, act_id, etc ---- Actor in Episode
table ACTOR ( id, name, etc ---- Actor only stored once.
should do it.
see http://dev.mysql.com/tech-resources/articles/intro-to-normalization.html

Options: ReplyQuote


Subject
Written By
Posted
June 28, 2005 03:07PM
Re: Dumb (?) SQL question...
June 28, 2005 05:34PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.