[SOLVED] Database Queries

25.00 $

Categories: ,
Click Category Button to View Your Next Assignment | Homework

You will receive the following solution file(s) instantly after successful payment:

zip file icon Answer-15.zip (83.5 KB)
Assignment Instructions Updated Recently? Submit Below and we will provide new Solution!
Submit New Instructions
🔒 Securely Powered by:
Secure Checkout
5/5 - (1 vote)

1. ISone is hiring. They need a way to track job applications. An interest candidate must submit an application. The candidate is known by an CandidateID, Name and PhoneNumber.

The candidate can only submit one application and only one application can be submitted by that candidate. An application is known by an ApplicationID and SubmissionDate. In addition, the application must include the candidates previous jobs (job title, companyname and years in the job).

Construct an ER diagram for this scenario. Be sure to include all elements of an ER diagram.

2. A database is needed to track and record the medals won at the Olympics. Gold, Silver and Bronze metals are awarded for each winner of the final competition of each sport.

Normalize the table in the accompanying image to 3NF:

Functional Dependencies:

AthleteNo -> AthleteName, AthleteCountry, AthleteDOB,

SportID -> SportName, SportType,

EventID -> EventDate, EventTime,SportID

AthleteNo, EventID -> SportName, SportType, EventDate, AthleteName, AthleteCountry, MedalWon

  • Answer-15.zip