Identify any alternate keys secondary keys and foreign keys

Assignment Help Computer Engineering
Reference no: EM133472902

Assignment: Data Management

Background

In March of 2000, a local mountain-biking club (Mountain-Bikers for Life) was organized for recreational purposes in West Virginia. Through the years the club had many members come and go, but the club continued to grow in popularity. As some members moved to other parts of the country, they began to form their own "Mountain-Bikes for Life" Club. The various clubs would even have events once or twice a year with one another. This sport has become so popular that, The Extreme Mountain Bike Racing League (EMBRL) was birthed. The headquarter for the EMBRL is in West Virginia, but they have racing locations in Colorado, Maui, New England, Tennessee, Wisconsin, and Minnesota.

You went to college with the Mike "Mountain Man" Miller, who is the founder and CEO of the EMBRL. He has contacted you to see if you would be interested in creating a database application for his newly formed league. You have been doing contract work for an IT consultant form and have recently left to start your own business and this may just be the opportunity that you have been looking for to jumpstart your business.

After jumping at the opportunity, you scheduled a meeting with Mike to discuss his data needs. After your initial interview with Mike and after having subsequent meetings, Mike has provided you with the Logical Design Criteria listed below.

Logical Design Criteria

The logical and relational requirements for the database that you are designing for the EMBRL are as follows:

I. The database must keep track of all of the riders who are part of the league. They need to have easy access to their personal address information, contact information, the date they joined the EMBRL and who their agent is.

II. Each rider is part of a given team. Each team consist of 4 riders. We need to keep track of the team name, the riders on that team.

III. Many riders have pushed the limit of their bikes by tinkering with them by adding to and/or taking away from the original design of the bikes. This often gives some riders an unfair advantage over the other riders. It is important that the database keeps track of the approved mountain bikes, along with their name, description, weight and a picture. Also, it is important to know which bike a rider is using in a given race.

IV. Since the potential is there for the riders to now get paid quite a bit of money for winning races and even participating in races or outside engagements, the riders thought it necessary that each of them have their own agent. Often, a single agent will represent one or more riders. We need to know the agent's name, address information, contact info and which riders they represent.

V. The EMBRL even has corporate sponsors. These sponsors give financial support to the various events (which consist of 1 or more races) and even directly sponsor individual riders. A rider may have 0, 1 or many sponsors and a company may also sponsor 1 or more events. We need to know the name of the sponsor, address information, contact information, which riders they sponsor (if any) and which events (if any) they sponsor. Also, a given company can very well sponsor riders, or events or both, but they will sponsor at least one of them. You cannot be a sponsor and not sponsor anybody.

VI. All advertising is first done at the Event level. The Events may consist of 1 or more races. The races that make up a given event may be in the same location or different locations or even different levels of rider expertise. The event information that we need to track is the name of the event, event location, address information, the beginning and ending dates and who the corporate sponsor of that event is. Again, each Event may consist of one or more races. For example, you may have 4 races spread out over a given weekend that makes up one particular Event. The race(s) that make up a given event keeps track of information about the location of the particular race, the rider's level of experience, the date of the race, the distance of the race and the start and ending times of the race in question.

VII. Each rider can participate in one or more races. We need to know which riders are riding in which races and what approved bike they are using for that particular race. Lastly, we will need to keep track which place the rider finished in the respective race that they are riding in. We will track all riders placements at the end of each race. Each of these places has bearing on which team wins the overall season's title and prizes will be dispersed accordingly based on which team has the lowest points of the season.

Task

I. Entity Relationship Logical Data Model: A visual model which represents each table (entity) and the relationships between the tables. Refer to the Power Point Presentations that cover "Entity Relationship Diagrams" - on the Canvas Schedule page. This diagram can be completed with MS. Word, Visio, Smartdraw, lucid charts or some other graphics program of your choice. However, copy and paste your diagram back into Word along with the other two deliverables or submit it in a PDF format.

II. Field List: Shows the fields (attributes) for each table (entity) and identify the primary key (by underlining it). Identify any Alternate Keys, Secondary Keys and all Foreign Keys. The field list should include all fields which are found in the problem. We will use the Relational Database Shorthand from the Power Power Point Presentation "Database Design - Using ER Diagrams" on the Canvas Schedule Page.

III. Technical Summary: The technical summary provides verbal support for the relational data model. The technical summary should answer the question, "Why this logical data design and not some other?" or "Why are these relationships one-to-many or many-to-many?" This is the portion where you get to talk the database language and explain/support your Entity Relationship Logical Data Model.

Reference no: EM133472902

Questions Cloud

What is negotiation of bearer and order instruments : What is negotiation of bearer and order instruments? Also, what are the types of endorsements?
How geopolitical and phenomenological place influence : Discuss how geopolitical and phenomenological place influence the context of a population or community assessment and intervention. Describe how the nursing
How trustworthy and ethical leader enhance knowledge sharing : How do trustworthy and ethical leaders enhance knowledge sharing in organizations? How does this impact the rate of information technology implementations?
Relationship between academic integrity and writing : Explanation for the relationship between academic integrity and writing - Explain how Grammarly, Turnitin, and paraphrasing contributes to academic integrity.
Identify any alternate keys secondary keys and foreign keys : Identify any Alternate Keys, Secondary Keys and all Foreign Keys. The field list should include all fields which are found in the problem.
Create a team backlog using the features and user stories : BIT-415- Using the "BIT-415 Team Backlog" template, create a team backlog using the features, user stories, and enabler stories developed.
What is advantage and disadvantage of each type of training : What is an advantage and disadvantage of each type of training you noted for question I? Is one type of training better than all of the others? Why or why not?
Explain why-how does it align with the reading from unit 3 : identify what was well written and explain why-how does it align with the reading from Unit 3? - explain why they are needed-align the recommendation
What would be the impact if the company asked vendors : What would be the impact if the company asked vendors submitting proposals to provide information about their cybersecurity framework profile?

Reviews

Write a Review

Computer Engineering Questions & Answers

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd