S
siuyan115
Here are the tables I wanted:
Customer table:
Customer ID
Name
Address
Tel
Product table:
Product ID
Name
Supplier ID
Retail price
Selling Price
Supplier table:
Supplier ID
Name
Address
Tel
Order Table:
Invoice ID
Date
Customer ID
Product ID
Quantity
Total Price
The problem is in the order table. Within one order, a customer can
order many products, and each product can have different quantities.
So, can anyone help me?
I
Customer table:
Customer ID
Name
Address
Tel
Product table:
Product ID
Name
Supplier ID
Retail price
Selling Price
Supplier table:
Supplier ID
Name
Address
Tel
Order Table:
Invoice ID
Date
Customer ID
Product ID
Quantity
Total Price
The problem is in the order table. Within one order, a customer can
order many products, and each product can have different quantities.
So, can anyone help me?
I