Database normalization question
Posted
by chchrist
on Stack Overflow
See other posts from Stack Overflow
or by chchrist
Published on 2010-05-27T13:36:40Z
Indexed on
2010/05/27
13:41 UTC
Read the original article
Hit count: 302
database-design
Hi all,
I am trying to make a fashion boutique site. In this site each product (t-shirt,jeans etc) belongs to a collection. Each collection has looks (t-shirt,jean,accessories). A product can belong to one collection and to multiple looks. How should I design the database?
© Stack Overflow or respective owner