Sale!

CS443 Lab 2 Solved

Original price was: $35.00.Current price is: $28.00.

Download Details:

  • Name: CS443_Lab2-istyah.zip
  • Type: zip
  • Size: 209.22 KB

Description

5/5 - (1 vote)

Question 1:

Consider the following information:
Supplier: SupplierId, SupplierName, SupplierAddress (The address consists of StreetName, AptNo,
PostalCode)
Shipment: ShipmentId, ShipmentDate, ShipmentTime
Item: ItemNo, ItemDescription, QuantityOnHand

One supplier can send many shipments; however, a particular shipment is only sent by one supplier. One
item can be in many shipments and a shipment can include many items. A supplier can supply many items
and a particular item can also be supplied by many suppliers.
a) Create your ERD.
b) Create associated tables

Question 2:

Provide the tables for the following ERD