Prepare a Crow’s Foot Entity Relationship Diagram for the application described in the following paragraph. Many-to-Many relationships should be broken into two 1-to-Many relationships using a bridge entity. Label PK attributes and FK when applicable. For each entity, you need to define a primary key. If there is a relationship between two entities make sure you define the corresponding foreign key in the child table. Seneca Sandlot Baseball is a recreational baseball league for Seneca students. The league has different divisions for different skill levels. Each player’s skills are evaluated and the player is assigned to a division. A team is made up of many players from the same division, and a coach. A player may play on only one team in the league. Each division is made up of many teams. A coach may coach teams in more than one division , but can only coach one team in each division. A coach may not play on any team in the league. A season is twelve weeks in length. Games are scheduled each week in each division. A game is played between two teams from the same division.. A team may only play each other team once in a season. The result of each game is recorded to produce the team’s winning percentage.
Prepare a Crow’s Foot Entity Relationship Diagram for the application described in the following paragraph. Many-to-Many relationships should be broken into two 1-to-Many relationships using a bridge entity. Label PK attributes and FK when applicable. For each entity, you need to define a primary key. If there is a relationship between two entities make sure you define the corresponding foreign key in the child table.
Seneca Sandlot Baseball is a recreational baseball league for Seneca students. The league has different divisions for different skill levels. Each player’s skills are evaluated and the player is assigned to a division. A team is made up of many players from the same division, and a coach. A player may play on only one team in the league. Each division is made up of many teams. A coach may coach teams in more than one division , but can only coach one team in each division. A coach may not play on any team in the league. A season is twelve weeks in length. Games are scheduled each week in each division. A game is played between two teams from the same division.. A team may only play each other team once in a season. The result of each game is recorded to produce the team’s winning percentage.
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images