Viewing post 1 (of 2 total)
Tables are
Genre(GnreID,GenreDescription)
RoleType(RoleTypeID, RoleTypeDescription)
Nationality(NationalityID, NationalityDescription)
Film(FilmID, FilmTitle,Release Date, GenreID, StudioID, FilRating, Plot)
Role(RoleID, RoleTypeID, PersonID)
Person(PersonID, FName, Sname, NationalityID, GenderID, GenderDescription)
Gender(GenderID, GDescrip)
Studio(StudioID, SType)
BoxOfficeTakings(TakingID, TimePeriodID,FilmID,TakingsMoney)
Award(AwardID, RoleID, AwardDEscription, AwardType, YearAwarded)
TimePeriod(TimePeriod, WeekNumber, WeekStartedDate, WeekEndDate, Year)
Region(RegionID, RegionName)
AwardType(AwardTypeID, AwardTypeDescription)
AwardCategory(AwardCategoryID,...
May 17, 2010 at 4:43 am
Viewing post 1 (of 2 total)