Вы находитесь на странице: 1из 2

Fatima Freeman April 13, 2014 IT 240 Assignment 4

Movie MovieID: (PK) number Title: (FK) text Year: number CategoryID: text Rating: number Length: number BestDir: text BestPic: text BestEdit: text BestForeign: text BestWriting: text BestActor: text BestActress: text BestSupActor: text BestSupActress: text NumOscars: number USGross: number NonUSGross: number WorldGross: number CountryID: text

Star StarID: (PK), text Movie_Star*: text Name: (FK), text Gender: text DOB: number PlaceOfBirth: text CountryID: text DateOfDeath: number CauseOfDeath: text *Directed the movie and starred in the movie

Director

DirectorID: (PK), text Name: (FK), text Gender: text DOB: number CountryID: text DateOfDeath: number

The Movie_Star and Director_Star are cut from the database design because it seem like it was duplicate information. I added the Movie_Star to the Star category and I defined it with an asterisk.

Вам также может понравиться