Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Its only 8 simple question but looks like lengthy assignment. Just need focus and attention Term Project - week 8 - (17%): You were just

Its only 8 simple question but looks like lengthy assignment. Just need focus and attention

Term Project - week 8 - (17%):

You were just hired to make a database to track blood draws at a lab.

Discussions with the representatives focused on two entities, Blood Draws and Patients; the following key points were agreed:

1 Each blood draw is assigned a unique DrawNum

2 Each Patient has a unique PatID

3 Each blood draw is taken from one patient, each patient may have more than one blood draw.

4 No fields beyond those in the report / spreadsheet are needed

DrawNum is a unique number assigned to each blood draw, Date is the date of the blood draw, Nvials is the number vials drawn, PatID is the ID for the patient - it is unique for each patient, fName is the patient's first name, lName is the patient's last name, DOB is the patient's date of birth

The objective of this exercise is to demonstrate an understanding of basic concepts covered in the course. The exercise is a straight forward application of those concepts - there are no "hidden" complexities - should you identify something in the key points or data that adds complexity, contact the instructor before submission - you may be over thinking the exercise.

The sample data may not represent all possible values - consider each field's domain during the design.

The objective is to replace the following report / spreadsheet with a relational database. The submission will consist of a word compatible document to record the design process, and an Access DB. (A matching Excel spreadsheet is attached. This is provided to reduce typos - do not assume the spreadsheet is a table in the normalized design.)

DrawNum Date Nvials PatId fName lName DOB

D000010 13-May-20 3 P000100 Sally Smith 15-Jan-01

D000020 13-May-20 3 P000200 John Jones 20-Jul-90

D000030 13-May-20 2 P000300 Samuel Rosenberg 15-Mar-99

D000040 13-May-20 3 P000400 John Baron 15-Apr-96

D000050 14-May-20 4 P000500 Jane Jackson 18-Jan-03

D000060 14-May-20 2 P000100 Sally Smith 15-Jan-01

D000070 14-May-20 3 P000600 Nancy Johnson 15-Feb-02

D000080 14-May-20 3 P000700 Nancy Johnson 5-Sep-02

Here is the un-normalized (UNF) relational schema (table) notation for the above report:

BloodDraws (DrawNum, Date, Nvials, PatID, fName, lName, DOB)

The functional dependencies are:

DrawNum - - > Date, Nvials, PatID, fName, lName, DOB

PatID - - > fName, lName, DOB

The specific tasks to perform are listed below, the percentage corresponds to the grade weight for each task: Organize your document to match the tasks.

Name your document Last Name_TermProject (i.e. Smith_TermProject). When you are asked to provide an explanation or description, you must include sufficient content to demonstrate that you understand the definition, term, concept, etc. and how it applies to this exercise.

SUGGESTION: Review the Terms and Concepts Forum, especially the Normalization One-To-Many example. There is also a normalization MP4 file that can be downloaded from the Resources section.

Need answers to mentioned below questions

Follow the below outline in your submission - include the section numbers - and a portion of each question in the submission.

1) Review the existing report, functional dependencies and sample data (consider field domains and common knowledge) then document any assumptions you feel are appropriate (beyond those in the key points) and identify the initial entities (person, place, thing). (10%)

2 Describe functional dependency and explain each row of the functional dependencies provided above (use field names and values). (15%) (you do not need to describe full, partial or transitive dependency in this task)

3) Based on multiplicity - in plain English explain the relationship between the Entities provided in the above description - (either one-to-many, or many-to-many). (15%)

4) Design: all tables and fields must be specified at each normal form level

a) First Normal Forum (1NF) assessment / action10%

- Copy the 1NF definition from the text (include quotes and page number)

- Assess the UNF table provided and if necessary, make the changes needed to conform to the 1NF definition. Explain any action taken and why.

- Specify all 1NF table(s) using relational schema notation or spreadsheet format (see - the above example or page 111 Figure 4.2.6 of the text). Ensure primary keys are identified.

- Explain how each table(s) meets the 1NF definition (use field names and values)

b) Second Normal Form (2NF) assessment / action10%

- Copy the 2NF definition from the text (include quotes and page number)

- Assess the 1NF table(s) in the previous section and if necessary, make the changes needed to conform to the 2NF definition. Explain any action taken and why.

- Specify all 2NF table(s) using relational schema notation or spreadsheet format. Ensure primary keys are identified.

- Explain how each table meets the 2NF definition (use field names and values)

c) Third Normal Form (3NF) assessment / action10%

- Copy the 3NF definition from the text (include quotes and page number)

- Assess the 2NF table(s) in the previous section and if necessary, make the changes needed to conform to the 3NF definition. Explain any action taken and why.

- Specify all 3NF table(s) using relational schema notation or spreadsheet format.Ensure primary keys are identified.

- Explain how each table meets the 3NF definition (use field names and values)

5) Using the 3NF tables in your design, make an new MS Access database, load the sample data provided, and ensure any table relationship are established.

Name your database Last Name_TermProject (i.e. Smith_TermProject). (5%).

6) Make a Query, for the following request: List each Patient and their blood draws; include the following fields PatID, fName, lName, DrawNum, date, and Nvials, sort Ascending by lName. Name the Query BloodDraws. (5%)

7) Make a Form: for New Patient Input, name the form NewPatient. (5%)

8) Make a Report: List all Blood Draws(5%)

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

Management Fundamentals

Authors: Robert N. Lussier

5th Edition

1111577528, 978-1111577520

More Books

Students also viewed these General Management questions

Question

6. Compare and contrast BRI and PRI ISDN.

Answered: 1 week ago

Question

differentiate the function ( x + 1 ) / ( x ^ 3 + x - 6 )

Answered: 1 week ago