subject

8. (21.) the local city youth league needs a database system to track children that sign up to play soccer. data needs to be kept on each team and the children that will be playing on each team and their parents. also, data needs to be kept on the coaches for each team. draw the data model described below using crow’s foot notation. hint: a parent can have more than one child playing on a team and a child can have more than one parent. (15 points total – 5 points entities listed with correct attributes and primary keys, 5 points relationships listed (labeled) correctly with correct connectivities and strengths (strong or weak), 5 points for converting m: n relationship between parent and player to two 1: m relationships with a bridge entity – and for including primary and foreign keys in all entities).entities required: team, player, coach, and parent. attributes required: team: team id number, team name, and team color(only single color).player: player id number, player first name, player last name, and player age. coach: coach id number, coach first name, coach last name, and coach home phone number. parent: parent id number, parent last name, parent first name, home phone number, and home address (street, city, state, and zip code).the following relationships must be defined: team is related to player. team is related to coach. player is related to parent. connectivities and participations are defined as follows: a team may or may not have a player. a player must have a team. a team may have many players. a player has only one team. a team may or may not have a coach. a coach must have a team. a team may have many coaches. a coach has only one team. a player must have a parent. a parent must have a player. a player may have many parents. a parent may have many players.

ansver
Answers: 3

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 10:00
Hey i just logged on and one of the moderators deleted a bunch of my answers to questions, even though the answers were right and the people it doesn't make sense but if anyone wants to talk about anything just message me lol (this is super random lol)
Answers: 1
question
Computers and Technology, 23.06.2019 20:30
What are some settings you can control when formatting columns?
Answers: 1
question
Computers and Technology, 23.06.2019 21:50
Description: write function lastfirst() that takes one argument—a list of strings of the format "lastname, firstname" —and returns a list consisting of two lists: (a) a list of all the last names (b) a list of all the first names
Answers: 2
question
Computers and Technology, 24.06.2019 01:00
Verify each identity[tex] \frac{csc}{cot \: x \: + \: tan \: x} = cos \: x[/tex]
Answers: 1
You know the right answer?
8. (21.) the local city youth league needs a database system to track children that sign up to play...
Questions
Questions on the website: 13722363