Jump to content

database design help


corecoders

Recommended Posts

Hello friendz,

 

I have to design a database structure. In the database I need fields for category, subcategory and product, category is the parent for subcategory and the parent of product is subcategory. There will be about 60 categories and 100 subcategories for each category and around 120 products for each subcategory. Which is the perfect way to design this database ? Using separate tables for each of  the field ( and connecting through Primary key and foreign key ) or a single table ( with a parent field for connecting the  fields .parent of category field will be 0 and the parent of subcategory will be 1 and parent of product will be 2). I want to make this professionally, so please help. Actually the database has too many other tables with thousands of rows but these are the fields that are accessing frequently.

 

Please provide a solution

 

Thank you guys  :)

 

Link to comment
https://forums.phpfreaks.com/topic/192340-database-design-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.