Presentation is loading. Please wait.

Presentation is loading. Please wait.

Real Domain ► This database is created base on the information obtained from any2006/index.html

Similar presentations


Presentation on theme: "Real Domain ► This database is created base on the information obtained from any2006/index.html"— Presentation transcript:

1

2 Real Domain ► This database is created base on the information obtained from http://www.fifa.com/worldcup/archive/germ any2006/index.html http://www.fifa.com/worldcup/archive/germ any2006/index.html ► This database record the detail about the teams, players, results, awards and statistic information about FIFA world cup 2006

3 ERD FIFAWC2006_Statatic StatisticType StatTeam* StatPlayer* GF GFA GG PG SG YC RC FC FS FIFAWC2006_Result MatchNumber HomeTeam* AwayTeam* Stage Date Results FIFAWC2006_WCTeam WCTeam Abbreviate Region FIFAWC2006_Player PlayerID Name Age WCTeam* Position FIFAWC2006_Award Award Team PlayerID PlayerClub PlayerID* ClubID* Duration Club ClubID ClubName

4 One to many relationship

5 Many to Many Relationship

6

7

8 CONSTRAINT FIFAWC2006_ResultPK PRIMARY KEY (MatchNumber), CONSTRAINT FIFAWC2006_ResultFK_Invalid_HomeTeam FOREIGN KEY (HomeTeam) REFERENCES FIFAWC2006_WCTeam (WCTeam) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT FIFAWC2006_ResultFK_Invalid_AwayTeam FOREIGN KEY (AwayTeam) REFERENCES FIFAWC2006_WCTeam (WCTeam) ON DELETE CASCADE ON UPDATE CASCADE, CONSTRAINT FIFAWC2006_Result_Same_Team CHECK (HomeTeam <> AwayTeam) );

9


Download ppt "Real Domain ► This database is created base on the information obtained from any2006/index.html"

Similar presentations


Ads by Google