Hi
I'm trying to create a new database to record documentation that is received and processed for students but I'm confused as to the relationships of my tables.
I've already created many separate tables, including one for each type of document (DocumentT) and each student (LearnerT).
We could receive many of the different documents for each student, as well as more than one of the same document, and I think this is where I'm stumbling. How should these two tables be related?
I think my main concern is if there are going to be multiple documents for each student do I create separate fields on LearnerT related to each document on DocumentT?
I previously had a non-normalised database for these records but I'm now starting a new normalised db to store the info and I'm confused so any help would be appreciated. (Hope all the above makes sense).
I'm trying to create a new database to record documentation that is received and processed for students but I'm confused as to the relationships of my tables.
I've already created many separate tables, including one for each type of document (DocumentT) and each student (LearnerT).
We could receive many of the different documents for each student, as well as more than one of the same document, and I think this is where I'm stumbling. How should these two tables be related?
I think my main concern is if there are going to be multiple documents for each student do I create separate fields on LearnerT related to each document on DocumentT?
I previously had a non-normalised database for these records but I'm now starting a new normalised db to store the info and I'm confused so any help would be appreciated. (Hope all the above makes sense).