Answered step by step
Verified Expert Solution
Question
1 Approved Answer
VINE VALLEY FURNITURE Draw an ERD based on the following requirements. Include in your ERD all entities, attributes, PK , FK , relationships and cardinality.
VINE VALLEY FURNITURE
Draw an ERD based on the following requirements. Include in your ERD all entities, attributes,
PK FK relationships and cardinality. State any assumptions that u may have in developing
the ERD.
The company sells a number of different furniture products. These products are grouped into
several product lines. The identifier for a product is ProductID while the identifier for a product
line is ProductLineID We identify the following additional attributes for product:
ProductDescription, ProductFinish, and StandardPrice. Another attribute for product line is
ProductLineName. A product line may group any number of products, but must group at
least one product. Each product must belong to exactly one product line.
Customers submit orders for products. The identifier for an order is OrderID and another
attribute is OrderDate. A customer may submit any number of orders, but need not submit
any orders. Each order is submitted by exactly one customer. The identifier for a customer is
CustomerID Other attributes include CustomerName and CustomerAddress.
A given customer order must request at least one product and only one product per any order
line. Any product sold by Pine Valley Furniture may not appear on any order line item or may
appear one or more order line items. An attribute associated with each order line item is
OrderedQuantity.
Pine Valley Furniture has established sales territories for its customers. Each customer may
do business in any territory. A sales territory has onetomany customers. The identifier for a
sales territory is TerritoryID and an attribute of a TerritoryName.
Pine Valley Furniture Company has several salespersons. The identifier for a salesperson is
SalespersonID Other attributes include SalespersonName, SalespersonTelephone, and
SalespersonFax. A salesperson serves exactly one sales territory. Each sales territory is
served by one or more salespersons.
Each product is assembled from specified quantity of one or more raw materials. The identifier
for the raw material entity is MaterialID Other attributes include UnitofMeasure,
MaterialName, and StandardCost. Each raw material is assembled into one or more
products, using a specified quantity of the raw material for each product.
Raw materials are supplied by vendors. The identifier for a vendor is VendorID Other
attributes include VendorName and VendorAddress. Each raw material can be supplied by
one or more vendors. A vendor may supply any number of raw materials, or may not supply
any raw materials to Pine Valley Furniture. An attribute of the relationship between vendor and
raw material is SupplyUnitPrice.
Pine Valley Furniture has established a number of work centers. The identifier for a work center
is WorkCenterID Another attribute is WorkCenterLocation. Each product is produced in
one or more work centers. A work center may be used to produce any number of products, or
may not be used to produce any products.
The company has over employees. The identifier for employee is EmployeeID Other
attributes include EmployeeName, EmployeeAddress, and Sill. An employee may have one
or more skill. Each employee may work in one or more work centers. A work center must have
at least one employee working in that center, but may have any number of employees
Each employee has exactly one supervisor except managers, who has no supervisor. An
employee who is a supervisor may supervise any number of employees, but not all employees
are supervisors
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started