list the number of equipment with the same first three letters (the start code, e.g., CAM, DIV) in the equipment code for equipment loaned or returned in the month of June. You should list the start code and the number of equipment types ONLY if there is more than 2 such equipment with the start code. 2) Create a view named CustomerSummary with details of each customer, the number of equipment rented, the total amount of rental collected thus far and the number of damages caused by customer and not due to wear and tear. 3) Use the CustomerSummary view to find the average rental per loan for the customer with the most number of loans. Do not hardcode any value and do not assume that the loan table is non-empty or that there is one row of result as ingeneral, there may be more than one customers with the most number of loan

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

1)To list the number of equipment with the same first three letters (the start code, e.g., CAM, DIV) in the equipment code for equipment loaned or returned in the month of June. You should list the start code and the number of equipment types ONLY if there is more than 2 such equipment with the start code.
2) Create a view named CustomerSummary with details of each customer, the number of equipment rented, the total amount of rental collected thus far and the number of damages caused by customer and not due to wear and tear.
3) Use the CustomerSummary view to find the average rental per loan for the customer with the most number of loans. Do not hardcode any value and do not assume that the loan table is non-empty or that there is one row of result as ingeneral, there may be more than one customers with the most number of loans.

(a)
Refer to Figure Q3(a)(i) for the data model for equipment loans.
Customer
Equipment
Loan
id
equipmentCode
name
id
name
equipmentCode >e
address
description
contact
startDate
RentalRatePerDay
dateOfBirth
returnDate
occupation
DamageReport
reportId
damageType
Transcribed Image Text:(a) Refer to Figure Q3(a)(i) for the data model for equipment loans. Customer Equipment Loan id equipmentCode name id name equipmentCode >e address description contact startDate RentalRatePerDay dateOfBirth returnDate occupation DamageReport reportId damageType
To list the number of equipment with the same first three letters (the start code,
e.g., CAM, DIV) in the equipment code for equipment loaned or returned in the
month of June. You should list the start code and the number of equipment types
ONLY if there is more than 2 such equipment with the start code.
Start Code Number of Equipment for June
CAM
3
Create a view named CustomerSummary with details of each customer, the
2 number of equipment rented, the total amount of rental collected thus far and
the number of damages caused by customer and not due to wear and tear.
Name
S7615682J Charles Toles
S8512123F Damien Low
Address
Contact
DateOfBirth Occupation
Number of Equipment Rented Total Rent NumDamage
23 Haig Road
92142331 15-03-1976 Teacher
1
20.00
5 Still Road
88128833 05-07-1985 Teacher
1
16.00
1
S8823456F Audrey Ng
10 Bedok Road
82138213 23-01-1988 Nurse
3
150.00
1
S9012345G Betsey Tan
2 Jalan Eunos
98981212 12-05-1990 Cartoonist
2
4.00
8 Jalan Melayu
S9144234J
Peter Lee
97589758 04-03-1991 Student
1
24.00
S9712345Z Ali Bin Mohd Hassan 10 Clementi Road 91239123 10-07-1997 IT Programmer o
0.00
S9945675J Ravi SIO Ramasamy 12 Jurong Road 82223333 12-08-1998 Personal Trainer 0
0.00
Use the CustomerSummary view to find the average rental per loan for the
customer with the most number of loans. Do not hardcode any value and do not
assume that the loan table is non-empty or that there is one row of result as in
general, there may be more than one customers with the most number of loans.
name
contact
Number of Equipment Rented Total Rent Average Rental for biggest customer NumDamage
| Audrey Ng 82138213 3
150.00
50.00
1
Transcribed Image Text:To list the number of equipment with the same first three letters (the start code, e.g., CAM, DIV) in the equipment code for equipment loaned or returned in the month of June. You should list the start code and the number of equipment types ONLY if there is more than 2 such equipment with the start code. Start Code Number of Equipment for June CAM 3 Create a view named CustomerSummary with details of each customer, the 2 number of equipment rented, the total amount of rental collected thus far and the number of damages caused by customer and not due to wear and tear. Name S7615682J Charles Toles S8512123F Damien Low Address Contact DateOfBirth Occupation Number of Equipment Rented Total Rent NumDamage 23 Haig Road 92142331 15-03-1976 Teacher 1 20.00 5 Still Road 88128833 05-07-1985 Teacher 1 16.00 1 S8823456F Audrey Ng 10 Bedok Road 82138213 23-01-1988 Nurse 3 150.00 1 S9012345G Betsey Tan 2 Jalan Eunos 98981212 12-05-1990 Cartoonist 2 4.00 8 Jalan Melayu S9144234J Peter Lee 97589758 04-03-1991 Student 1 24.00 S9712345Z Ali Bin Mohd Hassan 10 Clementi Road 91239123 10-07-1997 IT Programmer o 0.00 S9945675J Ravi SIO Ramasamy 12 Jurong Road 82223333 12-08-1998 Personal Trainer 0 0.00 Use the CustomerSummary view to find the average rental per loan for the customer with the most number of loans. Do not hardcode any value and do not assume that the loan table is non-empty or that there is one row of result as in general, there may be more than one customers with the most number of loans. name contact Number of Equipment Rented Total Rent Average Rental for biggest customer NumDamage | Audrey Ng 82138213 3 150.00 50.00 1
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY