Problem Statement: You are the CTO of a startup based out of Arlington, VA that needs to setup a database to keep track of the details of the customers: last name, first name, customer ID, street address, customer star rating (a rating on a 1– 5 scale, with 5 being best, representing the type of customer) and phone number. It also needs to keep track ofsimilar information for suppliers as well (although instead of supplier first and last name, there will just be a suppliercompany name). The database should maintain the data on products that are offered. Information about whichproduct is offered by which supplier should also be maintained. Finally, which customers have purchased whichproducts should also be tracked (note that we are only interested in which customers bought which product, but notconcerned about the date or how many were bought). 1.1 Business Rules: Assumptions for the business model are as follows:•Only customers that have purchased one or more products will exist in the database.•Only products that the company sells will be stored in the database. Products will have been purchased byone or more of the customers.•Suppliers may be potential suppliers (i.e., they may not have necessarily supplied any products yet). If asupplier provides a product, it is the exclusive supplier of that product to your company.Note that you will need to determine which data should reside in which tables. Additionally, make sure you are marking the relationships correctly. Requirements: Create an ERD for your database system (this should not be an Access relationship map printout).
Problem Statement: You are the CTO of a startup based out of Arlington, VA that needs to setup a
The database should maintain the data on products that are offered. Information about whichproduct is offered by which supplier should also be maintained. Finally, which customers have purchased whichproducts should also be tracked (note that we are only interested in which customers bought which product, but notconcerned about the date or how many were bought).
1.1 Business Rules: Assumptions for the business model are as follows:•Only customers that have purchased one or more products will exist in the database.•Only products that the company sells will be stored in the database. Products will have been purchased byone or more of the customers.•Suppliers may be potential suppliers (i.e., they may not have necessarily supplied any products yet). If asupplier provides a product, it is the exclusive supplier of that product to your company.Note that you will need to determine which data should reside in which tables. Additionally, make sure you are marking the relationships correctly.
Requirements: Create an ERD for your database system (this should not be an Access relationship map printout).
Trending now
This is a popular solution!
Step by step
Solved in 2 steps with 1 images