Hey all,
I'm trying to design a Database that keeps track of student loads per teacher per Course.
I have a table that includes all the teachers. I also have a table that includes all the courses. Now, what I want to be able to do is keep track of how many students each teacher has in each course.
I know I could make one table that keeps Teacher Info, and another that would have the TeacherID and fields for each course, but that really doesn't allow the flexibility I would like to have if the school would add or change a course name. I'd appreciate any ideas anyone may have.
Thank you,
I'm trying to design a Database that keeps track of student loads per teacher per Course.
I have a table that includes all the teachers. I also have a table that includes all the courses. Now, what I want to be able to do is keep track of how many students each teacher has in each course.
I know I could make one table that keeps Teacher Info, and another that would have the TeacherID and fields for each course, but that really doesn't allow the flexibility I would like to have if the school would add or change a course name. I'd appreciate any ideas anyone may have.
Thank you,