Database schema for multiple category/product relationship

Posted by sree01 on Stack Overflow See other posts from Stack Overflow or by sree01
Published on 2010-04-18T15:32:13Z Indexed on 2010/04/18 15:43 UTC
Read the original article Hit count: 388

Filed under:
|
|

I want to design a database for an e-commerce application with category/subcategory management. Please suggest a database schema where we can create categories and subcategories and add products to those categories. Each product can have multiple categories and we can select products belong to multiple categories using a boolean database query

Thanks

© Stack Overflow or respective owner

Related posts about database-design

Related posts about mysql