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: 297

Filed under:

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

Related posts about database-design