Database design for storing different Product Instances -


i faced following issue: need design data tables storing products. products has serial numbers , each 1 has different attributes:

enter image description here

now tricky part have know productinstance ordered(by storing if order product.since have different tables different productinstances don't have idea,i @ using rdbs know can not point more tables same foreignkey(in case productinstanceid). enter image description here

is issue can solve in rdbs?thank help


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

javascript - Trying create a translator based on a preset alphabet -