This is rather dumb question.
Suppose there is an electronis store with all sort of products.
Does it make sense having one product table for all the products? is it practically possible?
Other than basic info that each products has like, item_no, description, category etc. Table need to have products specification which is different from category to category.
For example:
Cell phones has specification like following and need to have these fields in the table.
General Network
Size Dimensions:
Weight:
Display
on the other hand VCRs has spec like
TV System
Audio Track
Heads
Freq Response
What will be the right approch
Thanks
Suppose there is an electronis store with all sort of products.
Does it make sense having one product table for all the products? is it practically possible?
Other than basic info that each products has like, item_no, description, category etc. Table need to have products specification which is different from category to category.
For example:
Cell phones has specification like following and need to have these fields in the table.
General Network
Size Dimensions:
Weight:
Display
on the other hand VCRs has spec like
TV System
Audio Track
Heads
Freq Response
What will be the right approch
Thanks