代写COMP643 Advanced Database Management Assignment 1代做留学生R程序

COMP643 Advanced Database Management

Assignment 1

Worth:

40%

Due:

Friday, 26th April 2024 @ 5:00pm

Late Penalty:

Work not received by the due time attracts an immediate penalty of up to 25% of the marks available. No work will be accepted after Sun 28th April 2024

5:00pm

Submission:

via COMP643 on LEARN

IMPORTANT

The use of Artificial Intelligence (AI) tools, such as ChatGPT, to complete this assessment is

prohibited. Assessment answers will be analysed for evidence of the use of AI and penalties may be administered.

The University policy on Academic Integrity can be foundhere.

PART 1 – ER DIAGRAM (100 POINTS)

South Island Scenic Tours (SIST) is a company in Christchurch that provides guided tours to groups of

visitors to Christchurch area. Over the years, the number of tourists coming to Christchurch has grown and SIST has found it difficult to manage various information related to the tours. The

company’s operations areas follows:

•    SIST offers many different tours. For each tour, the tour name, the description, approximate  length (in hours) and fee charged is needed. A tour can have many different qualified guides. Guides are identified by an employee ID. Additional information for guides include guide’s

name, home address and date of hire. Guides take a test to be qualified to lead specific

tours. As the company enforces that each tour must be led by a qualified guide, it is

important to know which guides are qualified to lead which tours and the date that they

completed the qualification test for each tour. A guide may be qualified to lead many

different tours as long as the guide has completed the qualification test for those tours. New guides (who have not completed any qualification test) are not qualified to lead any tours.

New tours mayor may not have any qualified guides.

•    Every tour is designed to visit at least three locations. For each location, a name,a type and official description are kept. All locations are visited by at least one tour. The order in which the tour visits each location should be tracked as well.

•    When a tour is actually given, this is referred to as an “outing”. SIST schedules outings well in advance so they can be advertised and so employees can understand their upcoming work

schedules. A tour can have many scheduled outings. Each outing is for a single tour and is

scheduled for a particular date and time. All outings must be associated with a tour. All tours at SIST are guided tours, so a qualified guide must be assigned to each outing. Each outing has one and only one qualified guide.

•    Tourists pay to join a scheduled outing. For each tourist, the name and telephone number    are recorded. A tourist may sign up to join many different outings. Each outing can have at   least one or up to 30 tourists. Information is kept only on tourists who have signed up for at least one outing.

The owner, Laura Kendall has approached you to design the database for the web application that   they are developing to help run the business. Based on the information provided, create the Crow’s Foot notation ERD to support SIST’s business operation.

Marking Information

Item

Marks

Criteria

Identification of main entities

30

Each entity is named sensibly.

Identification of the relationship types between the entities in including the relationship types and cardinality

40

Relationship types are

labelled; cardinality of each relationship is shown.

Identify the attributes for each entity including primary key and foreign key.

30

All relevant attributes are

identified for each; primary key is identified; foreign keys identified.

PART 2 – CREATING DATABASE, TABLES WITH INTEGRITY CONSTRAINTS (50 POINTS)

The ERD for Prescription Management System is shown in Figure 1. Drugs are sold in pharmacies.

Each pharmacy has a unique identification. Every pharmacy sells one or more drugs, but some pharmacies do not sell every drug. Drug sales must be recorded by prescription, which are kept as a record by the pharmacy. A prescription clearly identifies the drug, doctor and patient as well as the date it is filled. Doctors prescribes drugs for patients. A doctor can prescribe one or more drugs for a patient and a patient can get one or more prescriptions. However, a prescription is written by only one doctor.

Figure 1: ERD for Prescription Management System

1.    Write an SQL script. to create a database and the accompanying tables. Ensure that all the integrity constraints are defined.

2.    Write another SQL script. to populate the database that you have created in Part 1. Create 10 rows for each table.

Marking Information

Item

Marks

Criteria

All entities identified in Part 1 are converted to table.

10

Database and tables are

created.

All attributes have sensible types with constraints.

20

Data types are sensible, and constraints are implemented.

All tables are populated with 10 rows of data

20

Database is ready to use.

PART 3 – SQL QUERIES (50 POINTS)

Use the ERD for the SaleCo Online Order system shown in Figure 2 to answer the following queries. You can download the SQL script (“SaleCoDBMySQL.sql”) to create the database in your local machine.

Figure 2: ERD for the SaleCo Online Order System

1.    Display the total number of invoices. (2 points)

2.    Display the number of customers with a balance of more than $500. (3 points)

3.    Display all purchases made by the customers. The list should include customer code, invoice

number, invoice date, product description, line units and line price. Sort the results by customer code, invoice number and product description. (3 points)

4.    Display a list of all customer purchases. The list should include customer code, invoice number, product description, units bought, unit price and subtotal for each of the invoice line numbers. The subtotal is a derived attribute calculated by multiplying line_units by line_price. Sort the

output by customer code, invoice number and product description. (4 points)

5.    Display the customer code, balance and total purchases for each customer. Total purchase is

calculated by summing the line subtotals for each customer. Sort the result by customer code. (3 points)

6.    Display the customer code, balance, total purchases and number of individual product purchases made by each customer. For example, if the customer’s invoice is based on three products, one per line_number, then you count the three product purchases. Sort the result by customer code. (4 points)

7.    Display the customer code, customer balance, total of all purchases, the number of purchases,

and the average purchase amount made by each customer. Sort the results by customer code. (5 points)

8.    Display the invoice number and total purchase per invoice. The total purchase is the sum of the product purchases in Line table that corresponds to the invoice. Sort the results by invoice number. (3 points)

9.    Display customer code, invoice number and invoice totals. Sort the results by customer code and then by invoice number. Note that there may be more than one invoice per customer.  (3 points)

10. Display the customer code, number of invoices and the total purchases by the customer. Sort the results by customer order. (5 points)

11. Display the total number of invoices, the invoice total for all the invoices, the smallest of the

invoice amounts, the largest of the invoice amounts and the average of the invoice amounts. (5 points)

12. Display the customer code and the customer balance for all customers who appear in the Invoice table.  Sort the results by customer code. (2 points)

13. Display the minimum balance, maximum balance and average balance for those customers who made purchases. (3 points)

14. Display the total balance, minimum balance, maximum balance and average balance for all customers. (2 points)

15.  Display the customer code and customer balance for all customers who did not make any purchases (3 points)

PART 4 – NORMALISATION (50 POINTS)

CoverServ supplies part-time/temporary staff to hotels throughout the South Island. Table 1 shows the time spent by agency staff working at two hotels. The EMP_ID is unique for employee.

Table 1: Sample data of time spent by agency staff working at two hotels

Attribute Name

Sample Value

Sample Value

Sample Value

Sample Value

EMP_ID

10001

10005

11003

10001

CONTRACT_NO

C1024

C1024

C1025

C1025

HOURS_PER_WEEK

16

24

28

16

EMP_NAME

John Smith

Diane Gray

Sandy Wu

John Smith

HOTEL_NO

H25

H25

H4

H4

HOTEL_LOCATION

Christchurch

Christchurch

Queenstown

Queenstown

Based on the information provided in Table 1:

1.    Provide examples of insertion, deletion and modification anomalies. (10 points)

2.    Normalise the table to 3NF.  Show your work.  State any assumptions you make about the data shown in Table 1.  (30 points)

3.    Draw the Crow’s Foot ERD of the normalised relations. (10 points)





热门主题

课程名

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
站长地图