SlideShare a Scribd company logo
1 of 6
Need this or a similar Assignment
Contact: qualityonewriters@gmail.com
Whatsapp/Call: +919502220077
COIT20247 Database Design and Development (T12017)
Assessmentitem 2—Assignment2
Due date 11:45pm on FridayofWeek10 (May 19, 2017)
Weighting 35%
Length Not applicable
Objectives
This assessment item relates to the unit learning outcomes numbers 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:
Assessmenttask
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 (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 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/tutorwillbeabl
eto 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 integrityfor 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:
 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.
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
effectivenessofyourSQ L s tatem ents that have been us ed in the
queries.ItisimportantthatyourSQLstatementmustreflectthe 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 appointmentcompleted, 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
Createasimplereport objectshowingthedetailsofskills 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’.
ImplementationReport
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.
Assessmentcriteria
COIT20247 Assignment2 MarkingSheet
1 Relational database implementation (12 marks) Available marks
Set of relations correctly mapped from ERD 3
Functional dependencies correctly listed for two of the
relations
2
Normalization correctly listed for two of the relations 2
Relationships set up correctly, referential integrity
enforced, appropriate use of cascade update/delete
2
Data types & sizes selected appropriately 2
Indexes – Indexes are appropriate 1
2 Data integrity (3 marks)
Data integrity correctly implemented 3
3 Queries (12 marks)
Query 1 2
Query 2 2
Query 3 2
Query 4 2
Query 5 2
Query 6 2
4 Report (4 marks)
Underlying query/queries has/have been created and
are correct
2
Report layout and heading are appropriate; grouping
and sorting are appropriate
2
5 Implementation report (4 marks)
Implementation report discusses appropriate issues 4
Sub-total before any possible deductions 35
Late penalty (enter as the number of days late)
Assignment 2 total /35

More Related Content

What's hot

Normalisation in Database management System (DBMS)
Normalisation in Database management System (DBMS)Normalisation in Database management System (DBMS)
Normalisation in Database management System (DBMS)Prof Ansari
 
CIS 532 STUDY Inspiring Innovation--cis532study.com
CIS 532 STUDY Inspiring Innovation--cis532study.comCIS 532 STUDY Inspiring Innovation--cis532study.com
CIS 532 STUDY Inspiring Innovation--cis532study.comKeatonJennings93
 
IRJET- Classification of Business Reviews using Sentiment Analysis
IRJET-  	  Classification of Business Reviews using Sentiment AnalysisIRJET-  	  Classification of Business Reviews using Sentiment Analysis
IRJET- Classification of Business Reviews using Sentiment AnalysisIRJET Journal
 
CIS 532 STUDY Education Planning--cis532study.com
CIS 532 STUDY Education Planning--cis532study.comCIS 532 STUDY Education Planning--cis532study.com
CIS 532 STUDY Education Planning--cis532study.comShivendrasing2
 
IRJET- Opinion Mining and Sentiment Analysis for Online Review
IRJET-  	  Opinion Mining and Sentiment Analysis for Online ReviewIRJET-  	  Opinion Mining and Sentiment Analysis for Online Review
IRJET- Opinion Mining and Sentiment Analysis for Online ReviewIRJET Journal
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...IRJET Journal
 
Smart Health care system for kids
Smart Health care system for kidsSmart Health care system for kids
Smart Health care system for kidsAnilkumarSingh129
 
Create a sql script containing your data definition language (ddl)
Create a sql script containing your data definition language (ddl)Create a sql script containing your data definition language (ddl)
Create a sql script containing your data definition language (ddl)RAJU852744
 
CIS 532 Education Organization / snaptutorial.com
CIS 532 Education Organization / snaptutorial.comCIS 532 Education Organization / snaptutorial.com
CIS 532 Education Organization / snaptutorial.comMcdonaldRyan39
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)theijes
 
New phase ii-2010
New  phase ii-2010New  phase ii-2010
New phase ii-2010vijet
 
Chapter-9 Normalization
Chapter-9 NormalizationChapter-9 Normalization
Chapter-9 NormalizationKunal Anand
 
QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE cscpconf
 
Use case modeling & analysis v 1
Use case modeling & analysis v 1Use case modeling & analysis v 1
Use case modeling & analysis v 1JIGAR MAKHIJA
 
Trust evaluation using an improved context
Trust evaluation using an improved contextTrust evaluation using an improved context
Trust evaluation using an improved contextijbiss
 
SRS for smart health care system,srs for health system,health management doc...
SRS  for smart health care system,srs for health system,health management doc...SRS  for smart health care system,srs for health system,health management doc...
SRS for smart health care system,srs for health system,health management doc...AnilkumarSingh129
 

What's hot (18)

Normalisation in Database management System (DBMS)
Normalisation in Database management System (DBMS)Normalisation in Database management System (DBMS)
Normalisation in Database management System (DBMS)
 
CIS 532 STUDY Inspiring Innovation--cis532study.com
CIS 532 STUDY Inspiring Innovation--cis532study.comCIS 532 STUDY Inspiring Innovation--cis532study.com
CIS 532 STUDY Inspiring Innovation--cis532study.com
 
IRJET- Classification of Business Reviews using Sentiment Analysis
IRJET-  	  Classification of Business Reviews using Sentiment AnalysisIRJET-  	  Classification of Business Reviews using Sentiment Analysis
IRJET- Classification of Business Reviews using Sentiment Analysis
 
CIS 532 STUDY Education Planning--cis532study.com
CIS 532 STUDY Education Planning--cis532study.comCIS 532 STUDY Education Planning--cis532study.com
CIS 532 STUDY Education Planning--cis532study.com
 
IRJET- Opinion Mining and Sentiment Analysis for Online Review
IRJET-  	  Opinion Mining and Sentiment Analysis for Online ReviewIRJET-  	  Opinion Mining and Sentiment Analysis for Online Review
IRJET- Opinion Mining and Sentiment Analysis for Online Review
 
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...IRJET-  	  Comparative Study of Classification Algorithms for Sentiment Analy...
IRJET- Comparative Study of Classification Algorithms for Sentiment Analy...
 
Data Retrival
Data RetrivalData Retrival
Data Retrival
 
Smart Health care system for kids
Smart Health care system for kidsSmart Health care system for kids
Smart Health care system for kids
 
Create a sql script containing your data definition language (ddl)
Create a sql script containing your data definition language (ddl)Create a sql script containing your data definition language (ddl)
Create a sql script containing your data definition language (ddl)
 
Teradata imp
Teradata impTeradata imp
Teradata imp
 
CIS 532 Education Organization / snaptutorial.com
CIS 532 Education Organization / snaptutorial.comCIS 532 Education Organization / snaptutorial.com
CIS 532 Education Organization / snaptutorial.com
 
The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)The International Journal of Engineering and Science (The IJES)
The International Journal of Engineering and Science (The IJES)
 
New phase ii-2010
New  phase ii-2010New  phase ii-2010
New phase ii-2010
 
Chapter-9 Normalization
Chapter-9 NormalizationChapter-9 Normalization
Chapter-9 Normalization
 
QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE QUERY INVERSION TO FIND DATA PROVENANCE
QUERY INVERSION TO FIND DATA PROVENANCE
 
Use case modeling & analysis v 1
Use case modeling & analysis v 1Use case modeling & analysis v 1
Use case modeling & analysis v 1
 
Trust evaluation using an improved context
Trust evaluation using an improved contextTrust evaluation using an improved context
Trust evaluation using an improved context
 
SRS for smart health care system,srs for health system,health management doc...
SRS  for smart health care system,srs for health system,health management doc...SRS  for smart health care system,srs for health system,health management doc...
SRS for smart health care system,srs for health system,health management doc...
 

Similar to Dba2 spec

GG Freightways (GGFRT) IT Decision Paper AssignmentBefore you be.docx
GG Freightways (GGFRT) IT Decision Paper AssignmentBefore you be.docxGG Freightways (GGFRT) IT Decision Paper AssignmentBefore you be.docx
GG Freightways (GGFRT) IT Decision Paper AssignmentBefore you be.docxshericehewat
 
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docxsleeperharwell
 
CIS 336 STUDY Introduction Education--cis336study.com
CIS 336 STUDY Introduction Education--cis336study.comCIS 336 STUDY Introduction Education--cis336study.com
CIS 336 STUDY Introduction Education--cis336study.comclaric262
 
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docxAssignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docxlynettearnold46882
 
BAIT1003 Assignment
BAIT1003 AssignmentBAIT1003 Assignment
BAIT1003 Assignmentlimsh
 
Strayer cis-515-week-2-assignment-2-database-systems-and-database-models
Strayer cis-515-week-2-assignment-2-database-systems-and-database-modelsStrayer cis-515-week-2-assignment-2-database-systems-and-database-models
Strayer cis-515-week-2-assignment-2-database-systems-and-database-modelskxipvscsk02
 
CIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comCIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comMcdonaldRyan38
 
Coit11237 assignment 2 specifications
Coit11237 assignment 2 specificationsCoit11237 assignment 2 specifications
Coit11237 assignment 2 specificationsNicole Valerio
 
Cis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comCis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comjhonklinz10
 
Strayer cis 515 week 2 assignment 2 database systems and database models
Strayer cis 515 week 2 assignment 2 database systems and database modelsStrayer cis 515 week 2 assignment 2 database systems and database models
Strayer cis 515 week 2 assignment 2 database systems and database modelseyavagal
 
CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com donaldzs56
 
Devry cis 321 week 4 milestone 4 part 1
Devry cis 321 week 4 milestone 4 part 1Devry cis 321 week 4 milestone 4 part 1
Devry cis 321 week 4 milestone 4 part 1uopassignment
 
BSOP 326 Education Organization -- snaptutorial.com
BSOP 326   Education Organization -- snaptutorial.comBSOP 326   Education Organization -- snaptutorial.com
BSOP 326 Education Organization -- snaptutorial.comDavisMurphyB63
 
Coit20247 database design and development
Coit20247   database design and developmentCoit20247   database design and development
Coit20247 database design and developmentSandeep Ratnam
 
Dbp220 s project 2
Dbp220 s project   2Dbp220 s project   2
Dbp220 s project 2guestb3f700
 
IMPORTANT label each projects title page as follow Project 1P.docx
IMPORTANT label each projects title page as follow Project 1P.docxIMPORTANT label each projects title page as follow Project 1P.docx
IMPORTANT label each projects title page as follow Project 1P.docxsheronlewthwaite
 
Rational Requisite Pro - Advanced (http://www.geektester.blogspot.com)
Rational Requisite Pro - Advanced (http://www.geektester.blogspot.com)Rational Requisite Pro - Advanced (http://www.geektester.blogspot.com)
Rational Requisite Pro - Advanced (http://www.geektester.blogspot.com)raj.kamal13
 
Bco1102 case study project report
Bco1102 case study project reportBco1102 case study project report
Bco1102 case study project reportOzPaperHelp3
 
Assignment02 question file s1 2017
Assignment02 question file s1 2017Assignment02 question file s1 2017
Assignment02 question file s1 2017Sandeep Ratnam
 

Similar to Dba2 spec (20)

GG Freightways (GGFRT) IT Decision Paper AssignmentBefore you be.docx
GG Freightways (GGFRT) IT Decision Paper AssignmentBefore you be.docxGG Freightways (GGFRT) IT Decision Paper AssignmentBefore you be.docx
GG Freightways (GGFRT) IT Decision Paper AssignmentBefore you be.docx
 
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx75629 Topic prevention measures for vulneranbilitiesNumber of.docx
75629 Topic prevention measures for vulneranbilitiesNumber of.docx
 
CIS 336 STUDY Introduction Education--cis336study.com
CIS 336 STUDY Introduction Education--cis336study.comCIS 336 STUDY Introduction Education--cis336study.com
CIS 336 STUDY Introduction Education--cis336study.com
 
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docxAssignment Stakeholder Management in OrganizationsTo prepare fo.docx
Assignment Stakeholder Management in OrganizationsTo prepare fo.docx
 
BAIT1003 Assignment
BAIT1003 AssignmentBAIT1003 Assignment
BAIT1003 Assignment
 
Strayer cis-515-week-2-assignment-2-database-systems-and-database-models
Strayer cis-515-week-2-assignment-2-database-systems-and-database-modelsStrayer cis-515-week-2-assignment-2-database-systems-and-database-models
Strayer cis-515-week-2-assignment-2-database-systems-and-database-models
 
CIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.comCIS 515 Education Organization / snaptutorial.com
CIS 515 Education Organization / snaptutorial.com
 
Coit11237 assignment 2 specifications
Coit11237 assignment 2 specificationsCoit11237 assignment 2 specifications
Coit11237 assignment 2 specifications
 
Cis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.comCis 515 Effective Communication-snaptutorial.com
Cis 515 Effective Communication-snaptutorial.com
 
Strayer cis 515 week 2 assignment 2 database systems and database models
Strayer cis 515 week 2 assignment 2 database systems and database modelsStrayer cis 515 week 2 assignment 2 database systems and database models
Strayer cis 515 week 2 assignment 2 database systems and database models
 
CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com CIS 515 Enhance teaching / snaptutorial.com
CIS 515 Enhance teaching / snaptutorial.com
 
Devry cis 321 week 4 milestone 4 part 1
Devry cis 321 week 4 milestone 4 part 1Devry cis 321 week 4 milestone 4 part 1
Devry cis 321 week 4 milestone 4 part 1
 
BSOP 326 Education Organization -- snaptutorial.com
BSOP 326   Education Organization -- snaptutorial.comBSOP 326   Education Organization -- snaptutorial.com
BSOP 326 Education Organization -- snaptutorial.com
 
Coit20247 database design and development
Coit20247   database design and developmentCoit20247   database design and development
Coit20247 database design and development
 
Dbp220 s project 2
Dbp220 s project   2Dbp220 s project   2
Dbp220 s project 2
 
IMPORTANT label each projects title page as follow Project 1P.docx
IMPORTANT label each projects title page as follow Project 1P.docxIMPORTANT label each projects title page as follow Project 1P.docx
IMPORTANT label each projects title page as follow Project 1P.docx
 
Rational Requisite Pro - Advanced (http://www.geektester.blogspot.com)
Rational Requisite Pro - Advanced (http://www.geektester.blogspot.com)Rational Requisite Pro - Advanced (http://www.geektester.blogspot.com)
Rational Requisite Pro - Advanced (http://www.geektester.blogspot.com)
 
Bco1102 case study project report
Bco1102 case study project reportBco1102 case study project report
Bco1102 case study project report
 
Assignment02 question file s1 2017
Assignment02 question file s1 2017Assignment02 question file s1 2017
Assignment02 question file s1 2017
 
Bsa 375 bsa375
Bsa 375 bsa375Bsa 375 bsa375
Bsa 375 bsa375
 

More from Sandeep Ratnam

Networ routingnswitching
Networ routingnswitchingNetwor routingnswitching
Networ routingnswitchingSandeep Ratnam
 
Melbourne t1 2016-assignment_2_mn504
Melbourne   t1 2016-assignment_2_mn504Melbourne   t1 2016-assignment_2_mn504
Melbourne t1 2016-assignment_2_mn504Sandeep Ratnam
 
Itech 1006 assignment 2 sem1 2017
Itech 1006 assignment 2 sem1 2017Itech 1006 assignment 2 sem1 2017
Itech 1006 assignment 2 sem1 2017Sandeep Ratnam
 
Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)Sandeep Ratnam
 
Itc597 201730 sm_i-28_january_2017-version_1 (1)
Itc597 201730 sm_i-28_january_2017-version_1 (1)Itc597 201730 sm_i-28_january_2017-version_1 (1)
Itc597 201730 sm_i-28_january_2017-version_1 (1)Sandeep Ratnam
 
Itc561 201730 sm_i-21_january_2017-version_1
Itc561 201730 sm_i-21_january_2017-version_1Itc561 201730 sm_i-21_january_2017-version_1
Itc561 201730 sm_i-21_january_2017-version_1Sandeep Ratnam
 
Itc560 201730 sm_i-14_january_2017-version_1
Itc560 201730 sm_i-14_january_2017-version_1Itc560 201730 sm_i-14_january_2017-version_1
Itc560 201730 sm_i-14_january_2017-version_1Sandeep Ratnam
 
Itc548 system analysis
Itc548 system analysisItc548 system analysis
Itc548 system analysisSandeep Ratnam
 
Itc544 computer organization
Itc544 computer organizationItc544 computer organization
Itc544 computer organizationSandeep Ratnam
 
Itc508 objective modelling
Itc508 objective modellingItc508 objective modelling
Itc508 objective modellingSandeep Ratnam
 
Itc504 201730 sm_i-25_january_2017-version_1
Itc504 201730 sm_i-25_january_2017-version_1Itc504 201730 sm_i-25_january_2017-version_1
Itc504 201730 sm_i-25_january_2017-version_1Sandeep Ratnam
 
Coit20268 t1 17_port_prac2_spec
Coit20268 t1 17_port_prac2_specCoit20268 t1 17_port_prac2_spec
Coit20268 t1 17_port_prac2_specSandeep Ratnam
 
Coit20268 t1 17_port_prac1_spec
Coit20268 t1 17_port_prac1_specCoit20268 t1 17_port_prac1_spec
Coit20268 t1 17_port_prac1_specSandeep Ratnam
 
Coit20264 network design assignment 2
Coit20264 network design assignment 2Coit20264 network design assignment 2
Coit20264 network design assignment 2Sandeep Ratnam
 
Coit20263 information security management assignment 2
Coit20263 information security management assignment 2Coit20263 information security management assignment 2
Coit20263 information security management assignment 2Sandeep Ratnam
 
Coit20263 information security management assignment 2 (2)
Coit20263 information security management assignment 2 (2)Coit20263 information security management assignment 2 (2)
Coit20263 information security management assignment 2 (2)Sandeep Ratnam
 
Coit20247 ass1 requirementdba1 spec (1)
Coit20247 ass1 requirementdba1 spec (1)Coit20247 ass1 requirementdba1 spec (1)
Coit20247 ass1 requirementdba1 spec (1)Sandeep Ratnam
 

More from Sandeep Ratnam (20)

Req
ReqReq
Req
 
Network switching
Network switchingNetwork switching
Network switching
 
Networ routingnswitching
Networ routingnswitchingNetwor routingnswitching
Networ routingnswitching
 
Melbourne t1 2016-assignment_2_mn504
Melbourne   t1 2016-assignment_2_mn504Melbourne   t1 2016-assignment_2_mn504
Melbourne t1 2016-assignment_2_mn504
 
Itech 1006 assignment 2 sem1 2017
Itech 1006 assignment 2 sem1 2017Itech 1006 assignment 2 sem1 2017
Itech 1006 assignment 2 sem1 2017
 
Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)Itech 1006 assignment 2 sem1 2017 (2)
Itech 1006 assignment 2 sem1 2017 (2)
 
Itc597 201730 sm_i-28_january_2017-version_1 (1)
Itc597 201730 sm_i-28_january_2017-version_1 (1)Itc597 201730 sm_i-28_january_2017-version_1 (1)
Itc597 201730 sm_i-28_january_2017-version_1 (1)
 
Itc561 201730 sm_i-21_january_2017-version_1
Itc561 201730 sm_i-21_january_2017-version_1Itc561 201730 sm_i-21_january_2017-version_1
Itc561 201730 sm_i-21_january_2017-version_1
 
Itc560 201730 sm_i-14_january_2017-version_1
Itc560 201730 sm_i-14_january_2017-version_1Itc560 201730 sm_i-14_january_2017-version_1
Itc560 201730 sm_i-14_january_2017-version_1
 
Itc548 system analysis
Itc548 system analysisItc548 system analysis
Itc548 system analysis
 
Itc544 computer organization
Itc544 computer organizationItc544 computer organization
Itc544 computer organization
 
Itc508 objective modelling
Itc508 objective modellingItc508 objective modelling
Itc508 objective modelling
 
Itc504 201730 sm_i-25_january_2017-version_1
Itc504 201730 sm_i-25_january_2017-version_1Itc504 201730 sm_i-25_january_2017-version_1
Itc504 201730 sm_i-25_january_2017-version_1
 
Csce 5580 001_s17_pa2
Csce 5580 001_s17_pa2Csce 5580 001_s17_pa2
Csce 5580 001_s17_pa2
 
Coit20268 t1 17_port_prac2_spec
Coit20268 t1 17_port_prac2_specCoit20268 t1 17_port_prac2_spec
Coit20268 t1 17_port_prac2_spec
 
Coit20268 t1 17_port_prac1_spec
Coit20268 t1 17_port_prac1_specCoit20268 t1 17_port_prac1_spec
Coit20268 t1 17_port_prac1_spec
 
Coit20264 network design assignment 2
Coit20264 network design assignment 2Coit20264 network design assignment 2
Coit20264 network design assignment 2
 
Coit20263 information security management assignment 2
Coit20263 information security management assignment 2Coit20263 information security management assignment 2
Coit20263 information security management assignment 2
 
Coit20263 information security management assignment 2 (2)
Coit20263 information security management assignment 2 (2)Coit20263 information security management assignment 2 (2)
Coit20263 information security management assignment 2 (2)
 
Coit20247 ass1 requirementdba1 spec (1)
Coit20247 ass1 requirementdba1 spec (1)Coit20247 ass1 requirementdba1 spec (1)
Coit20247 ass1 requirementdba1 spec (1)
 

Recently uploaded

Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusTimothy Spann
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFxolyaivanovalion
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionfulawalesam
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAroojKhan71
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfLars Albertsson
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxStephen266013
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxolyaivanovalion
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Callshivangimorya083
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfRachmat Ramadhan H
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxolyaivanovalion
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptSonatrach
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...Suhani Kapoor
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptxAnupama Kate
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysismanisha194592
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxEmmanuel Dauda
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationshipsccctableauusergroup
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingNeil Barnes
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiSuhani Kapoor
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxolyaivanovalion
 

Recently uploaded (20)

Generative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and MilvusGenerative AI on Enterprise Cloud with NiFi and Milvus
Generative AI on Enterprise Cloud with NiFi and Milvus
 
Halmar dropshipping via API with DroFx
Halmar  dropshipping  via API with DroFxHalmar  dropshipping  via API with DroFx
Halmar dropshipping via API with DroFx
 
Week-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interactionWeek-01-2.ppt BBB human Computer interaction
Week-01-2.ppt BBB human Computer interaction
 
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al BarshaAl Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
Al Barsha Escorts $#$ O565212860 $#$ Escort Service In Al Barsha
 
Schema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdfSchema on read is obsolete. Welcome metaprogramming..pdf
Schema on read is obsolete. Welcome metaprogramming..pdf
 
B2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docxB2 Creative Industry Response Evaluation.docx
B2 Creative Industry Response Evaluation.docx
 
Midocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFxMidocean dropshipping via API with DroFx
Midocean dropshipping via API with DroFx
 
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip CallDelhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
Delhi Call Girls CP 9711199171 ☎✔👌✔ Whatsapp Hard And Sexy Vip Call
 
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdfMarket Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
Market Analysis in the 5 Largest Economic Countries in Southeast Asia.pdf
 
Ravak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptxRavak dropshipping via API with DroFx.pptx
Ravak dropshipping via API with DroFx.pptx
 
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.pptdokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
dokumen.tips_chapter-4-transient-heat-conduction-mehmet-kanoglu.ppt
 
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
VIP High Class Call Girls Jamshedpur Anushka 8250192130 Independent Escort Se...
 
100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx100-Concepts-of-AI by Anupama Kate .pptx
100-Concepts-of-AI by Anupama Kate .pptx
 
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
VIP Call Girls Service Charbagh { Lucknow Call Girls Service 9548273370 } Boo...
 
April 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's AnalysisApril 2024 - Crypto Market Report's Analysis
April 2024 - Crypto Market Report's Analysis
 
Customer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptxCustomer Service Analytics - Make Sense of All Your Data.pptx
Customer Service Analytics - Make Sense of All Your Data.pptx
 
04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships04242024_CCC TUG_Joins and Relationships
04242024_CCC TUG_Joins and Relationships
 
Brighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data StorytellingBrighton SEO | April 2024 | Data Storytelling
Brighton SEO | April 2024 | Data Storytelling
 
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service BhilaiLow Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
Low Rate Call Girls Bhilai Anika 8250192130 Independent Escort Service Bhilai
 
BabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptxBabyOno dropshipping via API with DroFx.pptx
BabyOno dropshipping via API with DroFx.pptx
 

Dba2 spec

  • 1. Need this or a similar Assignment Contact: qualityonewriters@gmail.com Whatsapp/Call: +919502220077 COIT20247 Database Design and Development (T12017) Assessmentitem 2—Assignment2 Due date 11:45pm on FridayofWeek10 (May 19, 2017) Weighting 35% Length Not applicable Objectives This assessment item relates to the unit learning outcomes numbers 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: Assessmenttask 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 (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
  • 2. 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/tutorwillbeabl eto 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 integrityfor 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:  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.
  • 3.  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.
  • 4. 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 effectivenessofyourSQ L s tatem ents that have been us ed in the queries.ItisimportantthatyourSQLstatementmustreflectthe 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 appointmentcompleted, 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 Createasimplereport objectshowingthedetailsofskills 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’.
  • 5. ImplementationReport 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.
  • 6. Assessmentcriteria COIT20247 Assignment2 MarkingSheet 1 Relational database implementation (12 marks) Available marks Set of relations correctly mapped from ERD 3 Functional dependencies correctly listed for two of the relations 2 Normalization correctly listed for two of the relations 2 Relationships set up correctly, referential integrity enforced, appropriate use of cascade update/delete 2 Data types & sizes selected appropriately 2 Indexes – Indexes are appropriate 1 2 Data integrity (3 marks) Data integrity correctly implemented 3 3 Queries (12 marks) Query 1 2 Query 2 2 Query 3 2 Query 4 2 Query 5 2 Query 6 2 4 Report (4 marks) Underlying query/queries has/have been created and are correct 2 Report layout and heading are appropriate; grouping and sorting are appropriate 2 5 Implementation report (4 marks) Implementation report discusses appropriate issues 4 Sub-total before any possible deductions 35 Late penalty (enter as the number of days late) Assignment 2 total /35