im trying to design a database that is (for me) somewhat complex. i hope someone with some experience can help me out.
imagine you have a table of customers. for each customer you need to track how many tests they've taken. also, for each test you would want to track which section they are on, score so far, and other relevant info.
for that reason, i assume each test would have its own little table, just to save its state for that particular customer.
in addition, the number of tests that we would have to catalogue for each customer is unknown (realistically we might say no more than 100)
so im having trouble figuring out how to design a database for this purpose. what exactly do i put into the "customers" table to attach all these little "test status" tables that are going to be tacked on as needed? i may be thinking about this all wrong, but my limited database experience is not providing me with any answers.
please help! thanks
imagine you have a table of customers. for each customer you need to track how many tests they've taken. also, for each test you would want to track which section they are on, score so far, and other relevant info.
for that reason, i assume each test would have its own little table, just to save its state for that particular customer.
in addition, the number of tests that we would have to catalogue for each customer is unknown (realistically we might say no more than 100)
so im having trouble figuring out how to design a database for this purpose. what exactly do i put into the "customers" table to attach all these little "test status" tables that are going to be tacked on as needed? i may be thinking about this all wrong, but my limited database experience is not providing me with any answers.
please help! thanks