JSimoncelli
Registered User.
- Local time
- Today, 03:30
- Joined
- Apr 23, 2012
- Messages
- 73
Hello All,
Not sure if this belongs here or in the Theories thread.
Need some help/advice on the Normal Form/Normalization process as it relates to the tables shown in the .pdf below.
I believe I have it down pretty good (I may be wrong); there are two things I need help with.
First in the Master table, the ContractorPuchaseOrder field. This field only comes into play if the contractor purchases an item using contract money. Items can be acquired directly from the customer via signed receipt. This would contain the purchase order (PO) number; there is no other information about the PO needed at this time. So the question, is the location of this field proper?
Second is the Item table. First I am using ItemID as the PK because ItemName consist of things like “Hardware”, “Software”, “Furniture” and the like. The rest are fairly self explanatory. Is this proper? I have my doubts.
Thanks
John
Not sure if this belongs here or in the Theories thread.
Need some help/advice on the Normal Form/Normalization process as it relates to the tables shown in the .pdf below.
I believe I have it down pretty good (I may be wrong); there are two things I need help with.
First in the Master table, the ContractorPuchaseOrder field. This field only comes into play if the contractor purchases an item using contract money. Items can be acquired directly from the customer via signed receipt. This would contain the purchase order (PO) number; there is no other information about the PO needed at this time. So the question, is the location of this field proper?
Second is the Item table. First I am using ItemID as the PK because ItemName consist of things like “Hardware”, “Software”, “Furniture” and the like. The rest are fairly self explanatory. Is this proper? I have my doubts.
Thanks
John
Last edited: