Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Draw the ER diagram for tracking football statistics for quarterbacks and runningbacks in college football and then convert it into the relational schema. Underline primary

Draw the ER diagram for tracking football statistics for quarterbacks and runningbacks in college football and then convert it into the relational schema. Underline primary keys and note foreign keys.

The league will have multiple teams (11) each with a unique team name. For each game played, there is a home team, an away team, home points, away points,and a date. All teams play multiple home and away games per season. The teams all have players that are identified by team name and jersey number. Also store a player name. The team name and number will be unique for each player, while their name may not be unique.

Each player ISA Runningback or ISA Quarterback (Add ISA constraints). Each running back has a type {fullback or halfback}. Each quarterback has a status {starter, backup}. Statistics are compiled for each game for each player. The Runningback statistics will include carries, yards, and fumbles. The quarterback statistics include passes, yards, and interceptions. In addition, each team is represented by a single coach. A coach can coach only one team. Keep track of each coach's name and salary.

Thank you

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

Time Series Databases New Ways To Store And Access Data

Authors: Ted Dunning, Ellen Friedman

1st Edition

1491914726, 978-1491914724

More Books

Students also viewed these Databases questions

Question

1. Describe the behavior of the sequence : an = 14n n21

Answered: 1 week ago