Product table, many kinds of product, each product has many parameters
Posted
by StoneHeart
on Stack Overflow
See other posts from Stack Overflow
or by StoneHeart
Published on 2009-03-30T01:19:06Z
Indexed on
2010/05/24
7:31 UTC
Read the original article
Hit count: 557
database-design
Hi, i'm have not much experience in table design. My goal is a product table(s), it must design to fix some requirement below:
Support many kind of products (TV, Phone, PC, ...). Each kind of product has different set of parameters like:
Phone will have Color, Size, Weight, OS...
PC will have CPU, HDD, RAM...
Set of parameters must be dynamic. You can add or edit any parameter you like.
I don't want make a table for each kind of product. So I need help to find a correct solution.
Thanks.
© Stack Overflow or respective owner