代写Advanced Database Management Systems Assignment Spring 2021代写留学生SQL 程序

Advanced Database Management Systems

Assignment

Spring 2021

Assignment Guidance

The learning outcomes assessed in this assignment are as follows:

Learning Outcomes

Assessment Criteria

Demonstrate a practical

 

    Shape for ER diagram

understanding of advanced

 

SQL.

    Relationships for ER diagram

Design and implement a

•    Correct use of notation (UML, SQL, Data Dictionary)

database system for a given business scenario using

•    Appropriate screen dumps

advanced data modelling techniques.

    Presentation of report

•    It  is the student’s responsibility to familiarise themselves with the NCC Education Academic Misconduct policy.

•   Any assignment submitted after the submission deadline, without prior approval, will be given 0% and the student will be referred.

•    The late assignment submission may be marked as a referral attempt, but only a maximum mark of 40% can be awarded for that particular assessment.

•    If a student requests an extension to the official submission date this must be done in writing to the Course Director at least five full UK working days before the official submission date.

This request must be accompanied by supporting evidence.

•    This assignment is worth 40 % of the overall final mark for the module.

•   All references should be cited in text and included in a reference section at the end of the report using the Harvard Referencing Scheme.

•    The Statement and  Confirmation of Own Work must  be completed and submitted with the assignment.

•    This assignment must be submitted by the due date and time as given on the front of this assignment.

Case Study: Juster Norton Animal Care

Background

You have been asked to design and construct a database system for Juster Norton Animal Care, a veterinary practice based in London, United Kingdom.

How the company organises its work:

Juster Norton Animal Care is a vet practice based in London, United Kingdom. It is a medium sized veterinary surgeon currently managed by chief vet Roberta Lessing. Roberta wants a database system developed to handle the records of patients, prescriptions and referrals.

Although Juster Norton have traditionally dealt with dogs and cats they also have to treat more exotic species especially as these become more popular as pets; to this end they have employed Tony Nellis a vet from Australia who specialises in snakes and lizards.

Juster Norton’s requirements are for a system that keeps records of their patients (animals), type of animal, and the patient’s owners. For appointments they need to know with which vet the appointment is with as well as the time and date. The outcome of the appointment might be a prescription with one or more drugs on it. Repeat prescriptions are seen as being the outcome of a single appointment. An appointment might also lead to a referral or number of referrals for a particular treatment. Lessing referrals are for treatments carried out at only one particular treatment centre each. Excerpt from requirements interview with Roberta Lessing:

Things have been expanding in recent years. That’s why we’ve taken on Tony. So now we have myself, Tony, Adrian Cooper, Suleiman Faizi and Emma Goldman. The real substance of our work is the appointment where people bring in their pets. Owners who have more than one pet tend to use us for all of them. We charge for each appointment and for each prescription made out depending on the cost of the drug. Any treatment carried out by treatment centre is billed by them and has nothing to do with us. 

Further details of the case study are shown in the documents below which give a representative example of data and can be taken as representative of a much larger data set.

Please note that the data as represented here is not necessarily in a normalised state and it is the job of you, the database developer, to organise the data in its most optimal state.

Document 1 Patient (aka Animal) record.

Name

Owner

Type of Animal

Tiddles

Mrs Jones of 12 Weber Street, N1 4JU

Cat

Zico

Colin Green 45 Wolfe Street, N1 8TT

Border Collie

Allan

Mrs Jones 12 Weber Street N1 4JU

Dog

Lucy

Julie Smith 33 Fifth Sreet, N16, 5TY

Siamese Cat

Leccy

Arnold Toynbee, 87 Vector Street, N22 5PP

Monitor Lizard

Rolph

Dave Stewart, 11 Victoria Street, N1 3EE

Alsatian Dog

NOTE: Record keeping has not always been consistent, for example, owner records have  been kept in different formats on the patient record and the appointment cards. Note also   that there is inconsistent ways of recording the ‘Type of Animal’ field where ‘Dog’ has been used in one case and more detailed ‘Border Collie’ (a particular breed of dog) in another.

Refining the use of types could be part of the recommendations when implementing the new system.

Document 2 Appointment Record Card

Juster Norton

23 Mare Street E5 2YT

Patient ID: P567 Name: Tiddles

Owner Surname: Jones

Appointment Date: 01/Jan/2021 2.00pm

Details:

I examined Tiddles (cat) and found he had a severe in-growing toenail. Prescribed some diazipan to get him through it. Mrs Jones is bearing up.

Roberta.

Cost of appointment £10 Cost of drugs £5

Recommend also laser treatment at Bournville Animal Hospital Middlesex. (3 sessions) Recommend series of training sessions at Woodhouse.

Total Cost £15

Document 3 Hospitals and Treatments

Treatment Type

Hospital or Centre Name

Address

Laser removal

Bournville Animal Hospital Middlesex

23 Pollack St, Hendon, NW3 8TY

Extensive surgery

Bournville Animal Hospital Middlesex

23 Pollack St, Hendon, NW3 8TY

Behaviour Assessment

The Woodhouse Institute

Guin Gardens, Leyton, E10 K66

Specialist Training

The Woodhouse Institute

Guin Gardens, Leyton, E10 K66

Document 4 Prescription Sheet

Prescription

PRESCRIPTION NUMBER: 0023

PATIENT ID: P453

PATIENT NAME: Rolph

PATIENT TYPE: Alsatian Dog

OWNER ID: 3422

OWNER SURNAME: Stewart

OWNER FIRSTNAME: Chris

OWNER ADDRESS: 11 Victoria Street, N1

PRESCRIPTION BY: Adrian Cooper (Vet)

Assignment

You are required to produce a report that addresses all of the following tasks:

Task 1                                                                                             (20 marks)

Create an ER diagram (using UML notation) of the Juster Norton Animal Care system. Please state any assumptions that you make.

Task 2                                                                                            (10 marks)

Critically assess the normalisation you have undertaken to produce a set of relations for the scenario. You should discuss the process of normalisation in general and also the specific way it has been applied in your work.

Task 3                                                                                            (5 marks)

Create a table listing for the Juster Norton Animal Care system. You should show all the attributes and identify primary and foreign keys.

Task 4                                                                                            (10 marks)

Create the relevant SQL CREATE TABLE statements for implementing the Juster Norton Animal Care system in a DBMS of your choice (not MS Access). You should provide screen dumps to show that the create statements have worked.

Task 5                                                                                             (4 marks)

Populate the database with the data shown in the case study.

Discuss the population of the database tables for the Juster Norton Animal Care system (order of population, issues and resolutions and SQL used) supported by appropriate screen dumps.

Task 6                                                                                            (16 marks)

Create the following queries. Note that you should use the AS, COUNT, GROUP BY and ORDER BY clauses where you think they are appropriate. You should provide a screen dump to show the query being run and the output of the query.

a.  Write a query that selects all the dogs that are currently patients.

b.  Write a query that selects the animals that belong to Mrs Jones.

c.  Write a query that selects the owner details for animals that have been referred to the Bourneville Animal Hospital.

d.  Write a query that shows all the drugs for the prescription for Rolph. e.  Write a query that counts the number of cats.

f.   Write a query that produces an output, to be used in a costing report for an appointment.

g.  Alter the database so that a record can now be kept of the specialisms of the staff members. Roberta Lessing should be cats and dogs; Tony Nellis will be reptiles;

Adrian Cooper should be dogs; Suleman Faizi should be cats; and Emma Goldman should be cats.

Task 7                                                                                             (5 marks)

Create a set of screen dumps showing all the data in each table - the data must be ordered by the primary key.

Task 8                                                                                            (15 marks)

Critically assess the issues that will need to be addressed with regard to  transaction management for the new database system. You should consider what support will be needed for transactions, concurrency control and recovery.

Task 9                                                                                            (10 marks)

Produce a reflective overview of how the database and queries you have created have met the requirements of the business. Some of the issues you could discuss include how the data model reflects the structure of data used by the business; the utility of the queries you have created; and how all the parts of the assignment constitute a usable system. You should also reflect on any future improvements that could help the business.

The remaining 5 Marks will be awarded for the presentation of the report.


 


热门主题

课程名

mktg2509 csci 2600 38170 lng302 csse3010 phas3226 77938 arch1162 engn4536/engn6536 acx5903 comp151101 phl245 cse12 comp9312 stat3016/6016 phas0038 comp2140 6qqmb312 xjco3011 rest0005 ematm0051 5qqmn219 lubs5062m eee8155 cege0100 eap033 artd1109 mat246 etc3430 ecmm462 mis102 inft6800 ddes9903 comp6521 comp9517 comp3331/9331 comp4337 comp6008 comp9414 bu.231.790.81 man00150m csb352h math1041 eengm4100 isys1002 08 6057cem mktg3504 mthm036 mtrx1701 mth3241 eeee3086 cmp-7038b cmp-7000a ints4010 econ2151 infs5710 fins5516 fin3309 fins5510 gsoe9340 math2007 math2036 soee5010 mark3088 infs3605 elec9714 comp2271 ma214 comp2211 infs3604 600426 sit254 acct3091 bbt405 msin0116 com107/com113 mark5826 sit120 comp9021 eco2101 eeen40700 cs253 ece3114 ecmm447 chns3000 math377 itd102 comp9444 comp(2041|9044) econ0060 econ7230 mgt001371 ecs-323 cs6250 mgdi60012 mdia2012 comm221001 comm5000 ma1008 engl642 econ241 com333 math367 mis201 nbs-7041x meek16104 econ2003 comm1190 mbas902 comp-1027 dpst1091 comp7315 eppd1033 m06 ee3025 msci231 bb113/bbs1063 fc709 comp3425 comp9417 econ42915 cb9101 math1102e chme0017 fc307 mkt60104 5522usst litr1-uc6201.200 ee1102 cosc2803 math39512 omp9727 int2067/int5051 bsb151 mgt253 fc021 babs2202 mis2002s phya21 18-213 cege0012 mdia1002 math38032 mech5125 07 cisc102 mgx3110 cs240 11175 fin3020s eco3420 ictten622 comp9727 cpt111 de114102d mgm320h5s bafi1019 math21112 efim20036 mn-3503 fins5568 110.807 bcpm000028 info6030 bma0092 bcpm0054 math20212 ce335 cs365 cenv6141 ftec5580 math2010 ec3450 comm1170 ecmt1010 csci-ua.0480-003 econ12-200 ib3960 ectb60h3f cs247—assignment tk3163 ics3u ib3j80 comp20008 comp9334 eppd1063 acct2343 cct109 isys1055/3412 math350-real math2014 eec180 stat141b econ2101 msinm014/msing014/msing014b fit2004 comp643 bu1002 cm2030
联系我们
EMail: 99515681@qq.com
QQ: 99515681
留学生作业帮-留学生的知心伴侣!
工作时间:08:00-21:00
python代写
微信客服:codinghelp
站长地图