Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Shelly owns a hardware store and would like a database that would help track her customers and their purchases. It should be able to keep

Shelly owns a hardware store and would like a database that would help track her customers and their purchases. 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' invoices along with the invoice date. Each order line should list the products (through the ProductID) along with the quantity of that product. For example, if a customer orders 2 hammers then the quantity (2) is listed in this table. You database must also track each product along with its price and manufacturer. Create a new database (named yourLastName_Hardware.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 invoices (some customers have 2 or more invoices), each invoice must include at least 2 products, 10 unique products Figure 1 above is an incomplete picture of the Relationship Window in Access and should be used as a reference to ensure that you can replicate the relationships and have the same tables. You MUST add more attributes for each of the tables according to the narrative description above. 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

Recommended Textbook for

Database And Expert Systems Applications 24th International Conference Dexa 2013 Prague Czech Republic August 2013 Proceedings Part 1 Lncs 8055

Authors: Hendrik Decker ,Lenka Lhotska ,Sebastian Link ,Josef Basl ,A Min Tjoa

2013 Edition

3642402844, 978-3642402845

More Books

Students also viewed these Databases questions