D
Dan K
I am creating a database for computer parts, and systems.
So Far my thoughts are to create several tables for the different parts.
Tbl_Motherboard
Tbl_HardDrives
Tbl_Video
Tbl_SoundCard
Tbl_Memory
Tbl_Systems
Tbl_Vendor
For the Motherboard I will have fields for the Make, Model, Date Of Purchase
(DOP), as well as info like how many PCI Slots, CPU Type and speed, and
Memory Slots.
For HardDrives I will have fields for Make, Model, Size, DOP and so on.
For the Memory I will have the Size, and Speed, DOP etc.
When I get down to the setting up the relationships, I am wanting to use the
Systems table to hold the info on where each part is. So System #101 can
have a MotherBoard, Soundcard, HardDrive Etc.
Regarding the Memory, since there is a relation of One to Many for the
Mother Board, Should I set up a seperate table for the Memory to
MotherBoard? Or should I use one table and use the System to hold all the
parts?
What is the best way to set up the relationships?
Thanks.
So Far my thoughts are to create several tables for the different parts.
Tbl_Motherboard
Tbl_HardDrives
Tbl_Video
Tbl_SoundCard
Tbl_Memory
Tbl_Systems
Tbl_Vendor
For the Motherboard I will have fields for the Make, Model, Date Of Purchase
(DOP), as well as info like how many PCI Slots, CPU Type and speed, and
Memory Slots.
For HardDrives I will have fields for Make, Model, Size, DOP and so on.
For the Memory I will have the Size, and Speed, DOP etc.
When I get down to the setting up the relationships, I am wanting to use the
Systems table to hold the info on where each part is. So System #101 can
have a MotherBoard, Soundcard, HardDrive Etc.
Regarding the Memory, since there is a relation of One to Many for the
Mother Board, Should I set up a seperate table for the Memory to
MotherBoard? Or should I use one table and use the System to hold all the
parts?
What is the best way to set up the relationships?
Thanks.