i want some help regarding database design. for you expert people it is just for to answer. but it is new for me. i have made 5 tables in my database.
first one is customer which has
customerID
customername
address
second one is order.
OrderID
ordername
quantity
customername
third one is sales
transectionno
customername
ordername
quantity
i have question regarding relations. in second table i need customer name in order table and third table i need details from both first and second tables. so do i need to add their everything in each table or i just add customerID and ordername in respective tables. explain briefly please.
2006-10-30
19:41:11
·
5 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Programming & Design