1 / 7

Order Database – ER Diagram

Order Database – ER Diagram. Prepared by Bryan Borcher Spring 2014. Designing Databases with Entity Relationship Diagrams. Step 1: Define Entity Classes and Primary Keys. Step 2: Define Relationships Among Entity Classes. Step 3: Define Attributes for each Table.

alisa
Download Presentation

Order Database – ER Diagram

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Order Database – ER Diagram Prepared by Bryan Borcher Spring 2014

  2. Designing Databases with Entity Relationship Diagrams Step 1: Define Entity Classes and Primary Keys Step 2: Define Relationships Among Entity Classes Step 3: Define Attributes for each Table Step 4: Create Database

  3. Step 1: Define Entity Classes and Primary Keys There is not a limit to the number of orders a customer may place. Each customer can have one order, multiple orders, or be in your database without any orders. Each order is made by a single customer. Ordersmust have at least one product. Ordersmay have multiple products. The same product could be sold through many orders. Products can be listed in your database but not purchased.

  4. Step 2: Define Relationships Among Entity Classes CUSTOMER ORDER PRODUCT

  5. Step 3: Define Attributes for each Table CUSTOMER PRODUCT ORDERITEM ORDER

  6. Step 3: Define Attributes for each Table CUSTOMER PRODUCT ORDER

  7. Step 4: Create Database http://students.uwyo.edu/bborche1/IMGT2400/databaseproject.accdb

More Related