John Chang wrote:
In MYSQL I'm using MYISAM. Should the 2 fields in each of the Stars &
TitleGenres
table be Primary keys since they are 'tied' to other fields?
Yes, it works best if they are a primary key together (especially since
the pairs are in fact unique); make sure you put the one mos
In MYSQL I'm using MYISAM. Should the 2 fields in each of the Stars &
TitleGenres
table be Primary keys since they are 'tied' to other fields?
Studios (StudioName, StudioID)
Genres (GenreName, GenreID)
Titles (VideoTitle, Details, StudioID, GenreID, BitRateID, TitleID)
Actors (F_Name, L_Name, Ac