Reply
design Cosmetic product database
Old 03-11-2009, 11:43 AM design Cosmetic product database
Junior Talker

Posts: 3
Name: Christ
Trades: 0
hi guys, i m need help in database design for cosmetics. i m using sql server 2005.

first, my product categorize by area ==> face, eyes, lips
and each category hv sub categories
face ==> foundation, powder, concealer, etc.
eyes ==> eye shadow, eye liner, etc.
lips ==> lipstick, lip gloss, etc.

under sub categories, there are many product with different brand.
I might using this database for DSS feature as well. helping user to choosing product base on what they select.

Any idea how i m going to design the database?

Thanks...
christhappy is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 03-11-2009, 01:37 PM Re: design Cosmetic product database
chrishirst's Avatar
Super Moderator

Posts: 26,544
Location: Blackpool. UK
Trades: 0
this is a generic structure that works for anything on any DB server

cats:
id numeric
name character

subcats:
id numeric
cid numeric - FK to cats.id
name character

products
id numeric
scid numeric FK to subcats.id
..
rest of product fields
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Growing old is mandatory - Growing up is optional
Code Samples | Crowded Nightclub? | Bits & Bobs
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 03-12-2009, 11:03 PM Re: design Cosmetic product database
Junior Talker

Posts: 3
Name: Christ
Trades: 0
Thx for the suggestion... I will try it^^
christhappy is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to design Cosmetic product database
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.09610 seconds with 13 queries