Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The NCAA (National Collegiate Athletic Association) wants to develop a database to keep track of information about college basketball. Each university team belongs to only

The NCAA (National Collegiate Athletic Association) wants to develop a database to keep track of information about college basketball. Each university team belongs to only one conference (e.g., the University of Houston belongs to American Athletic Conference; the University of Mississippi belongs to the Southeastern Conference, etc.); but a few teams may not belong to any conference. A conference has several teams; no conference has fewer than six (6) teams. Each team can have a maximum of twenty (20) players and a minimum of twelve (12) players. Each player can play for only one team. Each team has from three (3) to seven (7) coaches on its coaching staff and a coach works for only one team. Lots of games are played in each university location every year; but a game between any two universities is played at a given location only one time a year. Three referees from a larger pool of referees are assigned to each game. A referee can work several games; however, some referees may not be assigned to any game. Players may play in several games, but it is possible that some players simply sit on the bench and do not play in any game. A game involves at least ten players. Player performance statistics (i.e., points scored, rebounds, assists, minutes played, and personal fouls committed) are recorded for each player for every game. Information collected about a game includes the final score, the attendance, and the date of the game. During the summer months, some of the players serve as counselors in summer youth basketball camps. These camps are identified by their unique campsite location (e.g., Mason, Bellaire, Kenwood, etc.). Each camp has at least three (3) players who serve as counselors. A player may work in a number of camps. A player can be identified by student number only. The other attributes for a player include name, major, number of credit hours completed, and grade point average. For a coach, relevant attributes include name, title (e.g., head coach, assistant coach), salary, address, and telephone number. Attributes for a referee include name, salary, years of experience, address, telephone number, and certifications. Both coaches and referees are identified by their personal NCAA identification number. A team is identified by the name of the university. Other team attributes include current ranking, capacity of home court, and number of players. Each conference has a unique name, number of teams, and an annual budget. For the basketball camps, data is available on the campsite (i.e., location) and the number of courts. When a referee retires, all links to the games handled by that referee should be removed. Likewise, if a game is cancelled, all links to the referees for that game should be removed. Although it is does not happen often, a university may sometimes leave the conference of which it is a member. Naturally, we want to keep the team in the database since the university could decide to join another conference at a later date. However, if a team (university) leaves the NCAA altogether, all players and coaches of that team should be removed from the database along with the team. In all other relationships that exist in the database, the default value of "Restriction of Deletion" should be explicitly indicated.

1. Entities & Attributes Player: (Student_Number, Major, Name, Number of credit hours completed, Grade point average) Team: (Name of the university, Ranking, Number of Players, Capacity of home court) Coaches: (Name, Certifications, Salary, Phone, Address, Personal NCAA identification number) Referee: (Name, Salary, Years of experience, Address, Telephone Number, Certifications, Personal NCAA identification number) Conference: (Name, Number of Teams, annual budget) The Basketball Camps: (Campsite location, campsite, Number of courts.) Game: (Final score, Attendance, Date of the game)

2. Relationships & Structural Constraints Belong_to: Conference(6,m) and Team(0,1) Play_in: Team(12,20) and Player(1,1) Work_for: Team(3,7) and Coach(1,1) Play_in: Team(1,m) and Game() Assign_to: Referee(0,m) and Game(1,n) Play_in: Player(0,m) and Game(1,n) Counselors_in: Player(0,m) and Camps(3,n)

3.Attribute Level:

Entity Level:

Miscellaneous:

Deletion:

Please answer the question 3 then double check the questions 1 and 2 above thanks!

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

Expert Oracle Database Architecture

Authors: Thomas Kyte, Darl Kuhn

3rd Edition

1430262990, 9781430262992

More Books

Students also viewed these Databases questions

Question

What attracts you about this role?

Answered: 1 week ago

Question

How many states in India?

Answered: 1 week ago

Question

HOW IS MARKETING CHANGING WITH ARTIFITIAL INTELIGENCE

Answered: 1 week ago

Question

Different types of Grading?

Answered: 1 week ago

Question

What roles have these individuals played in your life?

Answered: 1 week ago