I am in an Access Class and I am lost I need help understanding the project. See Below.
Assignment:
You are going to build tables for the following:-
You are about to model a small education institute with the following specs
there are 5 instructors, 8 courses, 3 classrooms, and 40 students
The relationships between them as follows;
Each instructor has one or more courses, each course will be taught in one or more classroom, each classroom will have one or more students, you need to relate the tables using primary/ foreign keys.Insert all required records (5 instructors, 8 courses, 3 classrooms, and 40 students)
in each table to demonstrate the relationships, also the student can take more than one course*** Rules
1) You must enter your name as one of the instructors
2) Each course is taught twice a week for 8 weeks
3) The student cannot be in more than one classroom at the same time** Be creative and simple, you can use more tables if needed such as enrollment or schedule
Can someone get me headed in the right direction please and Thank you for any help.