If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Design Conundrum, Multiples

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-31-05, 08:27
LostInRecursion LostInRecursion is offline
Registered User
 
Join Date: Dec 2005
Posts: 4
Design Conundrum, Multiples

Hi all,

I'm not totally new to db design, but it would be safe to say I am new to "solid" database design. Any help would be greatly appreciated.

A quick question:

I have a list of inventory from a blinds reseller which contains information such as Color, Style, and Type.

The available color names are redundant across the different styles, but the colors actually differ.

So, for example:

Acapulco: Off White, Sand, Ivory

IS DIFFERENT visually than:

Galaxy: Off White, Sand, Ivory

But the names of the colors are the same.

To reduce redundancy, how can effectively design the table which will hold the inventory??

Thanks so much for any help you can offer. I am not without curiosity to learn, so if you think an explanation would serve me better than a solution, than by all means. Thanks again!
Reply With Quote
  #2 (permalink)  
Old 01-03-06, 19:57
ByteRyder52 ByteRyder52 is offline
Registered User
 
Join Date: Feb 2005
Location: Colorado Springs
Posts: 222
It seems a product detail table is needed, and this would include fields for manufacturer and color. Both manufacturer and color would be 1:M linked to appropriate detail tables. I suspect the database doesn't "have to know" that Acapulco Ivory isn't necessarily the same as Galaxy Ivory, but that the sales staff would need to know this.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On