Question
We want to design a database for a local garage. For each customer, we want to record the (unique) name, the customer address, and the
We want to design a database for a local garage. For each customer, we want to record the (unique) name, the customer address, and the contact phone number. For each vehicle, we want to record the unique vehicles identification number (VIN), and the vehicles make, model and year. For each repair job we want to record the description of the job done (maximum 200 chars), the date, and the total dollar cost. A repair job may involve zero or more parts (like, e.g., windshield wipers, battery, etc.) For each part we want to record its (unique) part number, the part name and its cost. In addition, note that: Each vehicle may have 1 or more repair jobs. Each customer may be the primary owner of 1 or more vehicles. Every vehicle has only one primary owner (we ignore co-owners) Draw an ER diagram for this database. Make sure to indicate primary keys, cardinality constraints, weak entities (if any), and participation constraints. List any assumptions you make in the process.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started