0% found this document useful (0 votes)
49 views3 pages

Eaint Eaindra Khin

The document contains definitions for multiple tables that are part of an order management database schema. The tables include Customer, Order, Product, OrderProduct, Customer_Type, and Product_Type. The Customer table stores information about individual customers including their ID, name, address and other attributes. The Order table contains records for each order placed including the customer, products, dates and other order details. The Product table holds information for each product including its ID, name, price and other product attributes. OrderProduct is a linking table to define the many-to-many relationship between orders and products. Customer_Type and Product_Type are lookup tables for customer and product categories.

Uploaded by

Eaindra Khin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
49 views3 pages

Eaint Eaindra Khin

The document contains definitions for multiple tables that are part of an order management database schema. The tables include Customer, Order, Product, OrderProduct, Customer_Type, and Product_Type. The Customer table stores information about individual customers including their ID, name, address and other attributes. The Order table contains records for each order placed including the customer, products, dates and other order details. The Product table holds information for each product including its ID, name, price and other product attributes. OrderProduct is a linking table to define the many-to-many relationship between orders and products. Customer_Type and Product_Type are lookup tables for customer and product categories.

Uploaded by

Eaindra Khin
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 3

Order

Customer Shipping ShippingAddress


OrderId
ProductId CustomerID ShipDate Country
Quantity CustomerName ShipMode City
OrderDate Segment State
ShipDate Country PostalCode
Discount City Product Region
Sales State
PostalCode ProductID
Region Category
Sub_Category Sale
Product_Name Discount
Sales
Profit
Customer
Order Product
CustomerID(PK) OrderID(PK) OrderProduc ProductID(PK)
CustomerTypeId(FK)
1…*
OrderDate
1…*
t 1…*
ProductTypeId(FK)
CustomerName 1 Quantity
1 1
OrderID(FK)(PK) ProductName
Gender TotalPrice ProductID(FK)(PK) Quantity
Ph No. Payment
Price
Email Address ShippedDate
Description
DateOfBirth ArrivedDate
Address
1…*
1…*

1 1

Customer_Type Product_Type
CustomerTypeId(PK)
CustomerTypeName ProductTypeId(PK)
NumberOfCustomers ProductCategory
ProductSubCategory
Quantity
Patient
Patient_ID
Name
Age
DateOfBirth
Gender
Address
Ph.No
Disease
Doctor

You might also like