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 > Separate Tables for raw and finished products?

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-31-09, 15:52
vtjman vtjman is offline
Registered User
 
Join Date: Mar 2009
Posts: 3
Separate Tables for raw and finished products?

I am developing a manufacturing inventory db. I am having trouble on deciding if raw materials should be in the same table as finished products. Anyone have any basic advice on this? Thanks.
Reply With Quote
  #2 (permalink)  
Old 03-31-09, 15:59
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
If you take inventory on both, then I'd be inclined to say yes.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
  #3 (permalink)  
Old 03-31-09, 16:04
vtjman vtjman is offline
Registered User
 
Join Date: Mar 2009
Posts: 3
yes inventory is taken on both at the same time, the issue is since raw materials are consumed to create a finished product, should separate tables be used to hold each. When I think about it it seems that, conceptually the db would be tracking material in more than one place.
Reply With Quote
  #4 (permalink)  
Old 03-31-09, 17:54
dportas dportas is offline
Registered User
 
Join Date: Dec 2007
Location: London, UK
Posts: 732
Do the same attributes apply to both raw and manufactured? If so, then those attributes should go in one table. If there are attributes unique to one or other type then put those in separate tables.
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