GadgetsWarehouse: RelatedProducts
Are u familiar with the 'e-commerce book'. if u are , i ahev a question about product database.
My question is about RelatedProducts. If product1 is related to product2, does it also mean that product2 is related to product1.
If this is true, should we also include product2 in the RelatedProducts table, like:
ProductId: product2, RelatedProductId:product1, RelationType:3
Or is there any other way to tell teh system that product2 is somehow rlated to product1.
Hope u understand it.
|