- May 13, 2003
- 13,704
- 7
- 81
I'm trying to figure out the best way to work this out. I'm creating a database for maintaining hardware information about my systems. I would like the flow to go
machine > volume > disk > equipment. However, the disk could consist of single disk or RAID array configurations. I can't validate relationships if I have the disk going to two tables as far as I know either.
I'm new at this, and am trying to figure things out for myself, but I'm a bit stuck on this one. Here is my relationship map so far.
EDIT:
Apparently I'm not getting the concept of relational tables as they are meant to be, as the person I'm working with is saying that I'm designing my tables all wrong. I put phone numbers in one table, name information in another, etc., and he said that they should all be in one table.
Is there a book or resource recommended for database / table design? I'm going to be doing all of this in Access 2007 until I get the hang of it, and then I'll migrate to MySQL.
machine > volume > disk > equipment. However, the disk could consist of single disk or RAID array configurations. I can't validate relationships if I have the disk going to two tables as far as I know either.
I'm new at this, and am trying to figure things out for myself, but I'm a bit stuck on this one. Here is my relationship map so far.
EDIT:
Apparently I'm not getting the concept of relational tables as they are meant to be, as the person I'm working with is saying that I'm designing my tables all wrong. I put phone numbers in one table, name information in another, etc., and he said that they should all be in one table.
Is there a book or resource recommended for database / table design? I'm going to be doing all of this in Access 2007 until I get the hang of it, and then I'll migrate to MySQL.