table design.. help please
hi all,
i have two tables
table1
-ID(PK)
-price
-Description
table 2
-ID(FK)
-Parts
-Details
Each product is having a unique ID.
but every product will have different parts(say 5 parts for the product with ID=23)
how can i insert(or have) multiple values for the parts and details fields for a single product(with ID=23)
is it possible?
can anyone give me an idea, how can i design my table structure(so that i can have the above requirements
hope the problem is clear to all
thanks in advance
|