Ask DBMS Expert


Home >> DBMS

Assessment task

Normalization

a) Map the ERD, from the sample solution, into a set of relations in at least Third Normal Form (3NF). You must ensurethat your relations meet 3NF. There is no need to show yourworking.

b) Select any two (2) of your relations from the previous step, 1a), and perform the following for each ofthose two relations:
- List all the functional dependencies exist in therelation.
- Demonstrate that the relation meets Third Normal Form (3NF).
For your help, anexample for a Student relation's 3NF justification has been provided below:
STUDENT (StudentID, Name, Address,DateOfBirth)

i. The primary key is StudentID which identifies a student. There will be one student name per Student ID because only one nameis recorded for each student. Even though astudent may have multiple addresses (e.g. a home address and a work address), the case studystates that there is a need to record the home address only and hence there will be only one address for each student. There will be only one date of birthfor each student. Thus, there are no repeating groups. Hence, this relation is in 1NF.

ii. The primary key is StudentID. This is the only candidate key since Name is not guaranteedto be unique (two different students may have the same name). Address is also notguaranteed to be unique.This means that Student ID functionally determines every other attribute inthe table. There is a single valued simple candidatekey (StudentId) and therefore no partial dependencies are possible. Hence, the relation is in 2NF.

iii. Name cannot be used tofunctionally determine any other attribute in the table since two different students may have thesame name; likewise for address and date of birth. Therefore there are no transitive dependenciesin the table. Therefore it meets the requirements of first, second and third normal form.

2 Relational database implementation

Note: Use the relations that you created in the above step 1-Normalization to create a database. The recommended tool for this work is Microsoft Access, version 2010 or later. One reasonfor recommending Microsoft Access is that your unit lecturer/tutor will be able to provide adequate support to you in the use ofthis tool.If you choose to use a different DBMS, then there is no guarantee that your lecturer/tutor will be able to provide enough support to you. The remainder of this document assumes that you are usingMS-Access.

In implementing the ER model provided, you must complete the following tasks:

- Create all the relations in a Microsoft Access database. Consider each attribute in every tableand make appropriate choices regarding data types & sizes, indexes, required/not required and validation rules. Your choices should be appropriate for each attribute and should supportdata integrity. (Note: see the Data Integrity section below for specific data integrity requirements)
- Create relationships as appropriate. Enforce referential integrity for all appropriate relationships in the database. Apply cascade update and/or deleteoptions wherever necessary.
- Review the default indexcreated by Access for each table. You should ensure that theindexes follow the guidelines given in the unittextbook.
- Populate the database with sample data of your own. You must include sufficient sample data to testyour queries and report. Please note thatthe expected result of query questions may depend on the actual sample datapopulated.

Data integrity

You are required to implement integrity constraints within the database to enforce the following requirements:

- Fees/Chargesshould be positive currency and expressed in 2 decimals only.
- Date values should not be predated.
- Name of patients/medical specialistsshould not be null.
- State values should be limited to Australian States/Territories only.
- Skills and experience values should not be null.
- Discount amount should be positive and cannot exceed $50.

Information requests

Create queries to answer the following information requests. Note: Do not use the Access querybuilder (QBE) to create your queries - you should type the queries manually using SQLview/editor.

Themarking process of the queries for information requests may also consider the effectiveness of your SQL statements that have been used in the queries.It is important that your SQL statement must reflect the correct business logic & SQLsyntax.(Use enoughsampledataso that the output is produced by each and every query).

1. Display the details of medical specialist(s) who has/have never performed/completed any appointment.

2. Display the details of appointment, name of the patient and medical specialist involved in the most expensive appointment.

3. For each of the medical specialists, display his/her name and the number of appointments completed so far.

4. For each of the appointment completed, display the date, (start) time, name of the patient and total fees/charges of the appointment, discount amount and final amount payable. (Final amount payable = total appointment charges - discount amount )

5. Which patients have consulted more than one specialist? Display the details of such patients only.

6. Display the details of the patient(s) whose name contains the word "more". Show the results in ascending order of the name.

Note: The word ‘name' is a reserved word in MS Access. Wherever you use it for SQL query, youneed to put a bracket like [name]. Follow the same technique for other reserved words too.

Report
Create a simple report object showing the details of skills and experience of the each of the medical specialists.The details have to be presented in ascending order of the (first)name of the medical specialist.

Hints:

- Create a query that lists all details needed for a report. If you are unable to formulate this query, then create a report that is based directly on the table(s). [Note: you will not be able to obtain full marks for the report creation if you base your report directly on the table(s) and some criteria are not met in your reports.]

- Use the report wizard to generate a basic report based upon your query [or the table(s) if you were unable to formulate the query].

- Once the report wizard finishes, switch to design view and rename the labels appropriately; for example, change the label ‘ConsultationDate' to ‘ConsultationDate'.

Implementation Report

You must also provide a short implementation report describing your experiences with thisassignment. You may discuss any of the following:
1. Any two interesting things/procedures you learnt by doing this assignment.

2. Any one requirement of the assignment that was relatively difficult/complex to solve but successfully completed by you.
Use the implementation report to demonstrate that you have thought carefully about the issues thatarise when implementing a relational database.

Microsoft Access databases file containing:

1. Tables with sample data

2. Relationships

3. Queries

4. Integrityconstraints

5. Report (object).
A Microsoft Word documentcontaining:

1. Two relations with functional dependencies and demonstration of normalization

2. Implementation report

Your document should contain appropriate identification information (your student number, name,unit number, etc.) and should contain the relevant headings for eachsection.

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M92290032
  • Price:- $50

Priced at Now at $50, Verified Solution

Have any Question?


Related Questions in DBMS

Data mining assignment -in this assignment you are asked to

Data Mining Assignment - In this assignment you are asked to explore the use of neural networks for classification and numeric prediction. You are also asked to carry out a data mining investigation on a real-world data ...

Sql query assignment -for this assignment you are to write

SQL Query Assignment - For this assignment you are to write your answers in a word document. This assignment is in three parts: Part A (reporting queries), Part B (query performance), Part C (query design). For this assi ...

The groceries datasetimagine 10000 receipts sitting on your

The groceries Dataset Imagine 10000 receipts sitting on your table. Each receipt represents a transaction with items that were purchased. The receipt is a representation of stuff that went into a customer's basket. That ...

You are in a real estate business renting apartments to

You are in a real estate business renting apartments to customers. Your job is to define an appropriate schema using SQL DDL in MySQL. The relations are Property(Id, Address, NumberOfUnits), Unit(ApartmentNumber, Propert ...

Objectivethe objective of this lab is to be familiar with a

OBJECTIVE: The objective of this lab is to be familiar with a process in big data modeling. You're required to produce three big data models using the MS PowerPoint software. This tool is available on UMUC Virtual Deskto ...

The relation memberstudentid organizationid roleid stores

The relation Member(StudentId, OrganizationId, RoleId) stores the membership information of student joining organization. For example, ('S1', 'O2', 'R3') indicates that student with Id 'S1' joined the organization with i ...

Relational database exerciseyou have been assigned to a new

Relational Database Exercise: You have been assigned to a new development team. A client is requesting a relational database system to manage their present store with the anticipation of adding more stores in the future. ...

Relational database design a given the following business

Relational Database Design A) Given the following business rules, identify entity types, attributes (at least two attributes for each entity, including the primary key) and relationships, and then draw an Entity-Relation ...

We can represent a data set as a collection of object nodes

We can represent a data set as a collection of object nodes and a collection of attribute nodes, where there is a link between each object and each attribute, and where the weight of that link is the value of the object ...

Data model development and implementationpurpose of the

Data model development and implementation Purpose of the assessment (with ULO Mapping) The purpose of this assignment is to develop data models and map Database System into a standard development environment to gain unde ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As