Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Shelly owns an auto repair shop and would like a database that would help track her customers and their repairs. It should be able to

Shelly owns an auto repair shop and would like a database that would help track her customers and their repairs. It should be able to keep track of the customers first and last names along with their street address, city, state, ZIP code, and main phone number. In addition, the database should track all of the customers' cars along with the make, model, and year. Each repair should be tracked along with the repair type (tire rotation, oil change, etc.), hours worked, and total cost. Employees that worked on these repairs should also be recorded with their first and last names and their date of hire. You will have a separate table to keep track of the different repair types for purposes of standardization. Create a new database (named yourLastName_AutoRepair.accdb) for this assignment. Then create the tables and relationships depicted above. Populate the tables by entering enough sample data to demonstrate the functionality of your database. At the minimum, have at least 5 customers, 8 cars (some customers have 2 or more cars), 18 repairs (some vehicles have more than one repair), 5 repair types, and 4 employees who work on the cars. To ensure that your relationships work, when designing your tables, use the AutoNumber datatype for all of the primary keys and select Number type for the foreign keys. For example, in table Car, CarID (Primary Key) should be an AutoNumber while CustomerID (foreign key) should be Number type. All other datatypes should be appropriate for each of the attributes based upon the type of data to be entered.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

What issues may arise from poor normalization in database design?

Answered: 1 week ago