Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

HELLLOOO THE ATTRIBUTES AND ENTITIES ARE ALREADY PROVIDED, NO SQL PLS I JUST WANT TO SEE THE THIS IN AN ERD Entities: CUSTOMER _ T

HELLLOOO THE ATTRIBUTES AND ENTITIES ARE ALREADY PROVIDED, NO SQL PLS I JUST WANT TO SEE THE THIS IN AN ERD
Entities:
CUSTOMER_T
CustomerID
CustomerName
CustomerStreet
CustomerCity
CustomerState
CustomerZip
CreditLimit
SalesRepID
ORDER_T
OrderID
CustomerID
(PK)
(FK) of EMPLOYEE_T
(PK)
(FK) of CUSTOMER_T
CustomerPONumber (This means the Customer Purchase Order Number)
OrderDate
DueDate
ShipDate
ORDER_LINE_T
OrderID
ProductID
OrderQuantity
composite (PK),(FK) of ORDER_T
composite (PK),(FK) of PRODUCT_T
PRODUCT_T
ProductID
(PK)
ProductDescription
UnitPrice
StockQuantity this is the amount of the product we have in our warehouse. It is not
provided in the data, so make up an arbitrary amount.
FABRICATED_T
ProductID
PartID
PartQuantity
PRODUCT_SUPPLIER_T
ProducID
SupplierID
composite (PK),(FK) of PRODUCT_T.ProductID
composite(PK),(FK) of PRODUCT_T.ProductID
quantity of PartID that goes into ProductID (example,2 tires
In one bicycle)
composite (PK),(FK) of PRODUCT_T
composite (PK),(FK) of SUPPLIER_T
VendorPartID this is the ID the Vendor (i.e., Supplier) uses in their system), similar to
CustomerPONumber in the ORDER_t.
ProductCost
this is the amount we paid the Vendor for the product
PurchasedQuantity
SUPPLIER_T
SupplierID
SupplierName
SupplierStreet
SupplierCity
SupplierState
SupplierZip
EMPLOYEE_T
EmployeeID
(PK)
(PK)
EmployeeFirstName
EmployeeLastName
EmployeeJobTitle
EmployeeStreet
EmployeeCity
EmployeeState
EmployeeZip
EmployeeHireDate
ManagerID
(FK) unary
EMPLOYEE_COURSE_T
EmployeeID
CourseID
composite (PK),(FK) of EMPLOYEE_T
composite (PK),(FK) of COURSE_T
CompletionDate
COURSE_T
CourseID
(PK)
CourseDescription
SALES_REPRESENTATIVE_T
EmployeeID
(PK),(FK) of EMPLOYEE_T
CommissionRate (hint: only employees with commission rates should be added to this
table).

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered 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

Students also viewed these Databases questions