Question

Given the following business scenario, create a Crow’s Foot ERD The local city youth league needs...

Given the following business scenario, create a Crow’s Foot ERD

The local city youth league needs a database system to help 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. The team has an ID, name, and colors. Data stored for each player consists of the id, first name, last name, and age. Also, data needs to be kept on the coaches for each team. Each player can only play on one team but a team may have many players. A team may also have many coaches but a coach has only one team. A parent can have many parents and a parent can have many players.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

Please find below the steps to create the ERD for the given system:

Step 1: Identify the entities:

1. Team: To handle team details

2. Player: To handle player details

3. Parent: To handle parent details

4. Coach: To handle coach details

Step 2: List relationship between the entities:

1. A team has many Player, but a player plays in one team only. This is a Many to One relationship.

2. A player can have many players similarly a parent can have many players, thus it is a Many to Many relationship.

3. A team has many Coaches, but a coach coaches one team only. This is a Many to One relationship.

Step 3: Assign attributes to the entities:

**Primary key is bold and highlighted

1. Team(team_id, name, colors)

2. Player( player_id, first_name, last_name, age)

3. Parent(parent_id, relation, name, contact_number)

4. Coach(coach_id, name, contact_number)

Step 4: ERD in crow’s foot notation:

name age team_id player_id name TH Team color playes in Player coached by has Parent Coach parent_id contact_number contact_n

Add a comment
Know the answer?
Add Answer to:
Given the following business scenario, create a Crow’s Foot ERD The local city youth league needs...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • Please answer CLEARLY and LEGIBLE Relational Algebra The local city youth league needs a database system...

    Please answer CLEARLY and LEGIBLE Relational Algebra The local city youth league needs a database system to help track children who sign up to play soccer. Data needs to be kept on each team, the children who will play on each team, and their parents. Also, data needs to be kept on the coaches for each team. Each team is given an ID and Team name. Each player and each parent are given an ID when they sign up. Each...

  • Database model help

    (From the book Database Systems 10th editions by Coronel pg.142-143)The local city youth league needs a database system to help track children who sign up to play soccer. Data need to be kept on each team and the children who will beplaying on each team and their parents. Also, data need to be kept on the coaches for each team. Draw the data model described below:Entities required: Team, Player, Coach, and ParentAttributes required:- Team:Team ID number, Team name, and Team...

  • Crow's Foor Notation

    Create a Crow’s Foot Notation Entity Relationship Diagram (ERD) to support the following business operations:The local city youth league needs a database system to help track children who sign up to play soccer. Data needs to be kept on each team, the children who will play on each team, and their parents. Also, data needs to be kept on the coaches for each team and matches.You need to store theTeam IDTeam namePlayer IDPlayer first name,Player last name, andPlayer age of...

  • Recall the ERD exercise problem: Leagues: Leagues have a name. League names are unique. Teams: Teams...

    Recall the ERD exercise problem: Leagues: Leagues have a name. League names are unique. Teams: Teams have names, players, a captain (who is also a player) and uniform colors. No league has two teams with the same name. But there can be teams with the same name in different leagues. Each team has uniforms of one or more colors. There are two types of teams, sponsored and not sponsored. A sponsored team has a sponsoring company with the company contact...

  • QUESTION 1 1. Use the following business rules to draw the fully labeled Crow's Foot ERD...

    QUESTION 1 1. Use the following business rules to draw the fully labeled Crow's Foot ERD in Visio. The diagram must include all entities, attributes, and relationships. Primary keys and foreign keys must be clearly identified on the diagram. Write all appropriate connectivities and cardinalities on the ERD. a). Each city may have many sport teams. The number of teams is limited to 20 per city. b). Each team belongs to one and only city. c). Each team has at...

  • QUESTION 1 1. Use the following business rules to draw the fully labeled Crow's Foot ERD...

    QUESTION 1 1. Use the following business rules to draw the fully labeled Crow's Foot ERD in Visio. The diagram must include all entities, attributes, and relationships. Primary keys and foreign keys must be clearly identified on the diagram. Write all appropriate connectivities and cardinalities on the ERD. a). Each city may have many sport teams. The number of teams is limited to 20 per city. b). Each team belongs to one and only city. c). Each team has at...

  • Given the following business scenario, create a Crow’s Foot ERD using a specialization hierarchy if appropriate

    2. Given the following business scenario, create a Crow’s Foot ERD using a specialization hierarchy if appropriate. Tiny Hospital keeps information on patients and hospital rooms. The system assigns each patient a patient ID number. In addition, the patient’s name and date of birth are recorded. Some patients are resident patients who spend at least one night in the hospital, and others are outpatients who are treated and released. Resident patients are assigned a room. Each room is identified by...

  • Given the following business scenarios, create Crow’s Foot ERDs using a specialization hierarchy if appropriate. (Make...

    Given the following business scenarios, create Crow’s Foot ERDs using a specialization hierarchy if appropriate. (Make sure that you diagram parent-child relationships.) Two-Bit Drilling Company keeps information on employees and their dependents. Each employee has an employee number, name, date of hire, and title. If an employee is an inspector, then the date of certification and the renewal date for that certification should also be recorded in the system. For all employees, the SSN and department names should be kept....

  • create a Crows Foot ERD using specilization ERD

    Problem 3. Given the following business scenario, create a Crow’s Foot ERD using a specialization hierarchy if appropriate. Granite Sales Company keeps information on employees and the departments that they work in.  For each department, the department name, internal mail box number, and office phone extension are kept.  A department can have many assigned employees, and each employee is assigned to only one department.  Employees can be salaried employees, hourly employees, or contract employees.  All employees are assigned an employee number.  This...

  • Create three or more MySQL Data Control language (DCL) Statements using the Youth League Database. 1....

    Create three or more MySQL Data Control language (DCL) Statements using the Youth League Database. 1. A Create new user statement for the database 2. A statement that grants privileges to the new user 3. A statement that revokes privileges 1. A SQL Text File containing the SQL commands to create the database, create the table, and insert the sample test data into the table. 2. A SQL Text File containing the DCL SQL Statements. eted hemas Untitled Limit to...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT