Mr. Nice Guy
New member
- Local time
- Today, 18:10
- Joined
- Jul 17, 2003
- Messages
- 5
Hi everybody,
I've new to databases, so I'm having a little trouble determining how i should set up my design, and would really appreciate the perspective of someone who is experienced (since it would probably be quite easy for them). first some background,
my database is basically built to store test requests. Each Test request may or may not have:
1 or more "Rate" tests
1 "Durability" test
1 "Creep" test
the Rate test will have:
1 or more "Static" Tests and/or
1 or more "Dynamic" Tests
the Durability test will have:
1 or more "Static" and/or
1 or more "Dynamic" tests and/or
1 or more "Other" tests
The Creep test will have its own definition (which isn't as complicated)
These 3 tests also have other criteria which differentiates them from one another.
I have determined that I need a "Request" table, a "Test" table, and a "SubTest" table, however i dont know how to relate the tables so that if The test type is "Rate", and the subtest type is Static, the child table will have "static" properties, and if it is "dynamic" the child table will have "Dynamic" Properties (and same for "Durability" tests).
does anyone have any ideas on how i should get started? i'd really appreciate it.
regards,
CB
I've new to databases, so I'm having a little trouble determining how i should set up my design, and would really appreciate the perspective of someone who is experienced (since it would probably be quite easy for them). first some background,
my database is basically built to store test requests. Each Test request may or may not have:
1 or more "Rate" tests
1 "Durability" test
1 "Creep" test
the Rate test will have:
1 or more "Static" Tests and/or
1 or more "Dynamic" Tests
the Durability test will have:
1 or more "Static" and/or
1 or more "Dynamic" tests and/or
1 or more "Other" tests
The Creep test will have its own definition (which isn't as complicated)
These 3 tests also have other criteria which differentiates them from one another.
I have determined that I need a "Request" table, a "Test" table, and a "SubTest" table, however i dont know how to relate the tables so that if The test type is "Rate", and the subtest type is Static, the child table will have "static" properties, and if it is "dynamic" the child table will have "Dynamic" Properties (and same for "Durability" tests).
does anyone have any ideas on how i should get started? i'd really appreciate it.
regards,
CB