Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Introduction You have been asked by Tabuk Sport Centre (TSC) to help them with their database design. The TSC has come up with a database

image text in transcribed

image text in transcribed

Introduction You have been asked by Tabuk Sport Centre (TSC) to help them with their database design. The TSC has come up with a database specification and included it in the next section. You will be required to create an ER model based on the specification. Once you have created the ER model Database specification The TSC supervises several sports. Each sport has a unique name, the number of referees required to referee matches of that sport, and a list of locations where the sport can be played. For simplicity, each location is a single string. The TSC is comprised of many teams. Each team plays exactlyone sport, and every sport has some team associated with it. Each team has a unique name. A team may choose to have one or more coaches. However, since the TSC is recreational, teams are nt required to have a coach. Coaches have a name, address, phone number, and certification date.Players who are registered in the TSC are members of teams. Each player can be a member of multiple teams, but they must be a member of at least one team. Players have a name, age, phone number, and address. Coaches and players are covered by the TSC's insurance, and each has an insurance number. Each player must have at least one emergency contact. The emergency contacts have a name, address, relation to the player, and phone number. A player cannot be a coach and cannot have two emergency contacts with the same name. The TSC selects several players to act as captain. Each captain must have a nickname. Every team plays in matches with other teams. A match is given a unique match number, a location, and a date and time. Matches are always between two different teams and the outcomes are not recorded. Each match is refereed byother players who are not involved in Create an ER model based on the database description. Make a registrant entity that is a superclass of players and coaches. Give registrants unique IDs. For each entity you create, ask yourself: - What are its attributes? - What attributes can make up its key? - is the entity weak? is the entity a subclass of another entity? - what relations does it have with other entities? - are any attributes multivalued? For each relation you create, ask yourself: - What is its cardinality ratio? - What are the participation constraints? - Is it an identifying relationship? Come up with at least one derived attribute and include it in your ER model. Part II: Relational model Create a relational model based on your ER model. Make sure to follow the steps outlined inyour lecture slides

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Visual Basic 6 Databases

Authors: Charles Williams

1st Edition

1861002025, 978-1861002020

Students also viewed these Databases questions

Question

9. Describe the characteristics of power.

Answered: 1 week ago