Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask DBMS Expert


Home >> DBMS

Assignment: Database Design and Development

Objectives

This assessment item relates to the unit learning outcomes numbered 1, 2 and 3 as stated in the unitprofile.

Introduction

The sample solution of assignment 1 will be released on the unit website approximately two (2) weeks after the assignment1 duedate. You must use that sample solution of assignment1 only for the following tasks:

Task

1 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 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 normalform.

2 Relational databaseimplementation

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.IfyouchoosetouseadifferentDBMS,thenthereisnoguaranteethatyourlecturer/tutorwillbeableto 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 followingtasks:

• 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 requiredandvalidation rules. Your choices should be appropriate for each attribute and should supportdata integrity. (Note: see the Data Integrity section below for specific data integrityrequirements)

• Create relationships as appropriate. Enforce referential integrity for all appropriaterelationships in the database. Applycascade 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.

Dataintegrity

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

• Insured amountshould be positive currency and expressed in 2 decimals only.
• Policy date should have appropriate date value.
• Name of persons such as customer and assessor shouldnot be null.
• Each policy should be related to one property/home.

Informationrequests

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 effectivenessofyourSQL statements that have been used in the queries.ItisimportantthatyourSQLstatementmustreflectthe correct business logic & SQLsyntax.(Use enoughsampledataso that the output is produced by each and every query).

1. Display the number of policies issued/created for each category of policies.

2. Display the details of assessor(s) who has/have never performed/completed any assessment report.

3. Display the number of settled and rejected claims.

4. Display the details of customer(s) whose claim(s) has/have been rejected.

Note:Amongst many claims by a single customer,even if anyone claim has been rejected you need to display the details of that customer.

5. Display the highest amount of the claim-settlement(s) that has/have been done.

6. Display the total amount of premium paid for each of combined Home-buildings-contents policies.

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 rejected claims.The report should provide the details of claim, policy and property details in ascending order of claim date.

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.

Implementation Report

You must also provide a short implementation report describing your experiences with thisassignment. You may discuss any of thefollowing:

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 relationaldatabase.

What you shouldsubmit

Microsoft Access databases filecontaining:

1. Tables with sampledata
2. Relationships
3. Queries
4. Integrityconstraints
5. Report (object).

A Microsoft Word documentcontaining:

1. Two relations with functional dependencies and demonstration ofnormalization
2. Implementationreport

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

Importantpoints

• You must work individually on this assignment.

• The model solution to this assignment will be released approximately two (2) weeks after the due date.

• Assignments that are submitted after the release of the model solution will receive zero marks.

• You must state in your word documentthe details of all materials and sources that you used to complete this assignment. This may be as simple as 'This assignment was completed using only the COIT 20247 unit materials'.

• Extension requests (by filling in an online form) should be submitted before the assignment due date.

• Before submitting your assignment, review the marking criteria provided on the last page of this document. Ensure that all the criteria are addressed in your submission.

• Penalties related to late submission and plagiarism will be applied as per University policy.

DBMS, Programming

  • Category:- DBMS
  • Reference No.:- M92796802

Have any Question?


Related Questions in DBMS

Database design amp development assignment -assignment

Database Design & Development Assignment - Assignment title - Design and Implement a Relational Database for a local Print and Ink Refill Business. Learning Outcome - Use an appropriate design tool to design a relational ...

Question find at least two academic sources that describe

Question: Find at least two academic sources that describe the movement of Enterprise resource planning (ERP) activities to the cloud. Discuss the types of ERP activities that can be conducted in the cloud and the pros a ...

Question 1 describe 1nf 2nf 3nf2 explain why 4nf is a

Question: 1: Describe 1NF, 2NF, 3NF. 2: Explain why 4NF is a normal form more desirable than BCNF. The response must be typed, single spaced, must be in times new roman font (size 12) and must follow the APA format.

Systems analysis project scenic routes operates a bus

Systems analysis project Scenic Routes operates a bus company that specializes in travelling on secondary roads, rather than Interstate highways. Their slogan is: "It Takes a Little Longer, But It's Scenic." The firm nee ...

Sqlquery 1 how many products have standard price less than

SQL Query 1. How many products have standard price less than 1000? Query 2: Display all attributes for products made of "Cherry" from Product table w/o referring to column names. Query 3: Display all product names having ...

Assignmentqueries functions and triggersdatabase

Assignment Queries, Functions and Triggers Database Systems Aims The aims of this assignment are to: formulate SQL queries; populate an RDBMS with a real dataset, and analyse the data; design test data for testing SQL qu ...

Sql transactions exercisesconsider table itemnameprice

SQL Transactions Exercises Consider table Item(name,price) where name is a key, and the following two concurrent transactions. T1: Begin Transaction; Update Item Set price = 2*price Where name = 'pencil'; Insert Into Ite ...

Backgrounda new training organization called abc

Background A new training organization called ABC TechTraining is opening soon and they have approached you to help design their new database. They have just completed the refurbishment of the premises and are now lookin ...

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 ...

Sql injection on a searchthe way search performs its task

SQL injection on a search The way Search performs its task is by executing the following query (in a php script):          $var=stripslashes($_POST['search']);          $query = "SELECT username from lab1_login where use ...

  • 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