qadeer37
Well-known member
Hi,
I want to make database for a shop where a customer order's for a product.
So I assume there must be three tables for it with following fields.
1-customer
CID
Name
Email
Balance
2-order
OID
PID
?
?
3-product
PID
Name
Price
What else should an order table have and what should be relationship between them.
I want to make database for a shop where a customer order's for a product.
So I assume there must be three tables for it with following fields.
1-customer
CID
Name
Balance
2-order
OID
PID
?
?
3-product
PID
Name
Price
What else should an order table have and what should be relationship between them.