Good Evening.
I want to design a database for an educational instution environment. My problem is knowing what tables to create and how to link them. I know for example that an instructor can teach more than 1 course and a course can be taught by more than 1 Instructor. This makes it a many to many relationship which is not remommended. I know that there has to be another table to bridge these 2 tables. I want to know what is a suitable name for this 3rd table and what example fields it should contain besides the the Keys form table 1 and 2?
Now here is the over all problem:
This is what is needed:
- some instructors teaches more than 1 subject
- some subjects are taught by more than 1 Instructor
- some Classes are taught by more than 1 instructor
- some instructors teach more than1 class
- Some classes do more than 1 subject
- Some subjects are done by more than 1 Class
- Some classes are done at more than 1 location
The marks sheet should be entered in a subform displaying the full student names list for a particular class at a time.
- To be able to enter student grades and attendances by class
2. To be able to display the marks and attendance of students as a class list.