Design a relational database schema from the Car Sharing IS domain class diagram

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
  1. Design a relational database schema from the Car Sharing IS domain class diagram. Output should look like image number 2
CarSharingSystem
controler
1...
vehicle return
-vehicleReturnid
-quantity: string
-changeTimekm: string
-reson
-condition
-dropOff
-returnedDate: string
-returnedTime: string
+returnVehicle()
+checkvehicleCondition()
+dropOffStatues()
+recordReturnDate()
+validateReturnLocation
1..
vehicle usage
-vehicleUsagelD: string
-tripsRecordedinfo: int
-vehicleUsage Time: string
-vehicleUsageKm: string
-usageReport : int
+printRecords (
+findUsageReport()
+Find Usage Time()
+findUsageKM(
0..*
Billing
-billingID: string
-date: string
-debitOperation
-creditOperation
-statement: int
-amount string
-paymentMethod: int
+addPayment)
+editPayment()
+deletePayment()
+searchPayment()
+printStatement()
0..*
location
-locationID: string
-locationAddress : string
-managment
-contact info: int
+findCars(
+find Location()
+contactManagment()
-phoneClerk
-clerkName: int
-calStarTime: string
-callEndTime: string
-calLength: string
+reserveOverThePhone(
+confirmReservation()
0..*
+cancelReservation ()
+changeReservation()
Reservations
-reservationID: string
-new Reservation : int
-reservationDate: string
-dueDate: string
-location
-returnDate: string
-return Time: string
chan
-changeOrCancel
-vehiclePosition
-quantity: string
-tax : string
-grandTotal: string
1..*
telephone reservations
-telephoneReservationID: string
+reserveVehicle()
+changeReservation()
+cancelReservation()
+costOfReservation()
>+assignDueDate()
+assignReturn TimeandLocation()
0...
order details
-orderDetailld: int
-fees: string
-orderStatus
-otherCharges : string
-rentalLocation
-orderDate
-emailConfirmation
+calculate Fees()
+email Confirmation(
+assignRentalLocation()
+searchOrderId()
0..*
Inventory
-vehicleInventory: string
-model int
-year string
-color
www
-type
-quantityOnHand: string
-averageCost: string
-reorderQuantity
-maintenance
avilable
-avilable
-serviceDate: string
-vehicleWarenty
-vehiclePosition
B
-underMaintanance
-updateInventory
+inventoryVehicles()
+vehicle Cost()
+orderVehicles()
+repairVehicle)
+updateinventory(
0..*
online reservation
-onlineReservationld
-emailAddress : string
-replayMethod
+createReservation()
+cancelReservation()
+changeReservation()
+viewReservation Status (
1
insurance
-policyID : int
-policyConditions
-policyStart date
-poloicyExpirydate
-claims
+addinsurance()
+editinsurance()
+deletel nsurance()
+submitClaim()
0..*
Membership
-membershipNo: smartcard:int
-name: string
-address: string
-billingaddress : string
-dayPhone: number
-nightPhone: number
-Payment Method: int
Г-н
|-email: string
-vehiclePreferances : int
-vehicleLocation
-newsletter Subscription
-statments
-former and prospective clients
+addMembership0
+editMembership())
+deleteMembership()
+search Membership()
0...*
account
-accountNo: string
-tripHistory
-memperinfo
-statments
-membershipDetails
-changeOrCancel
+findAccounts()
+findStatments()
+findTripHistory)
Member
-Member Id: int
-Password: string
+createld()
+resetPassword()
Powered By Visual Paradigm Community Edition
Transcribed Image Text:CarSharingSystem controler 1... vehicle return -vehicleReturnid -quantity: string -changeTimekm: string -reson -condition -dropOff -returnedDate: string -returnedTime: string +returnVehicle() +checkvehicleCondition() +dropOffStatues() +recordReturnDate() +validateReturnLocation 1.. vehicle usage -vehicleUsagelD: string -tripsRecordedinfo: int -vehicleUsage Time: string -vehicleUsageKm: string -usageReport : int +printRecords ( +findUsageReport() +Find Usage Time() +findUsageKM( 0..* Billing -billingID: string -date: string -debitOperation -creditOperation -statement: int -amount string -paymentMethod: int +addPayment) +editPayment() +deletePayment() +searchPayment() +printStatement() 0..* location -locationID: string -locationAddress : string -managment -contact info: int +findCars( +find Location() +contactManagment() -phoneClerk -clerkName: int -calStarTime: string -callEndTime: string -calLength: string +reserveOverThePhone( +confirmReservation() 0..* +cancelReservation () +changeReservation() Reservations -reservationID: string -new Reservation : int -reservationDate: string -dueDate: string -location -returnDate: string -return Time: string chan -changeOrCancel -vehiclePosition -quantity: string -tax : string -grandTotal: string 1..* telephone reservations -telephoneReservationID: string +reserveVehicle() +changeReservation() +cancelReservation() +costOfReservation() >+assignDueDate() +assignReturn TimeandLocation() 0... order details -orderDetailld: int -fees: string -orderStatus -otherCharges : string -rentalLocation -orderDate -emailConfirmation +calculate Fees() +email Confirmation( +assignRentalLocation() +searchOrderId() 0..* Inventory -vehicleInventory: string -model int -year string -color www -type -quantityOnHand: string -averageCost: string -reorderQuantity -maintenance avilable -avilable -serviceDate: string -vehicleWarenty -vehiclePosition B -underMaintanance -updateInventory +inventoryVehicles() +vehicle Cost() +orderVehicles() +repairVehicle) +updateinventory( 0..* online reservation -onlineReservationld -emailAddress : string -replayMethod +createReservation() +cancelReservation() +changeReservation() +viewReservation Status ( 1 insurance -policyID : int -policyConditions -policyStart date -poloicyExpirydate -claims +addinsurance() +editinsurance() +deletel nsurance() +submitClaim() 0..* Membership -membershipNo: smartcard:int -name: string -address: string -billingaddress : string -dayPhone: number -nightPhone: number -Payment Method: int Г-н |-email: string -vehiclePreferances : int -vehicleLocation -newsletter Subscription -statments -former and prospective clients +addMembership0 +editMembership()) +deleteMembership() +search Membership() 0...* account -accountNo: string -tripHistory -memperinfo -statments -membershipDetails -changeOrCancel +findAccounts() +findStatments() +findTripHistory) Member -Member Id: int -Password: string +createld() +resetPassword() Powered By Visual Paradigm Community Edition
Table
AccessoryPackage
CartItem
Customer
Inventoryltem
OnlineCart
Product Comment
ProductItem
PromoOffering
Promotion
Sale
Saleltem
Sale Transaction
Attributes
Category, Description
Quantity, CurrentPrice
Name, Mobile Phone, HomePhone, EmailAddress, Status
Size, Color, Options, QuantityOnHand, AverageCost, ReorderQuantity
StartDateTime, NumberOfitems, ValueOfitems, Status, Elapsed Time,
HoldForDays
Date, Rating, Comment
Gender, Description, Supplier, Manufacturer, Picture
RegularPrice, Promo Price
Season, Year, Description, StartDate, EndDate
Sale Date Time, PriorityCode, ShippingAndHandling, Tax, TotalAmount,
MountainBucks, StorelD, RegisterID, ClerkID, TimeOnSite, Chatuse,
LengthOfCall
Quantity, SoldPrice, ShipStatus, BackOrderStatus
Date, Transaction Type, Amount, Payment Method
Transcribed Image Text:Table AccessoryPackage CartItem Customer Inventoryltem OnlineCart Product Comment ProductItem PromoOffering Promotion Sale Saleltem Sale Transaction Attributes Category, Description Quantity, CurrentPrice Name, Mobile Phone, HomePhone, EmailAddress, Status Size, Color, Options, QuantityOnHand, AverageCost, ReorderQuantity StartDateTime, NumberOfitems, ValueOfitems, Status, Elapsed Time, HoldForDays Date, Rating, Comment Gender, Description, Supplier, Manufacturer, Picture RegularPrice, Promo Price Season, Year, Description, StartDate, EndDate Sale Date Time, PriorityCode, ShippingAndHandling, Tax, TotalAmount, MountainBucks, StorelD, RegisterID, ClerkID, TimeOnSite, Chatuse, LengthOfCall Quantity, SoldPrice, ShipStatus, BackOrderStatus Date, Transaction Type, Amount, Payment Method
Expert Solution
steps

Step by step

Solved in 4 steps

Blurred answer
Knowledge Booster
Distributed Database Concepts
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education