I am creating a database and unsure how to continue.
I have two tables created so far: Members, Instructors
Each student can attend only one class; but each instructor can teach multiple classes. I have linked Customer ID as Primary Key with Course ID. However they are linked in the order they are shown. I want to link multiple customers with a Class.
I hope I have made sense.
Thanks in advance!!
Andrew
I have two tables created so far: Members, Instructors
Each student can attend only one class; but each instructor can teach multiple classes. I have linked Customer ID as Primary Key with Course ID. However they are linked in the order they are shown. I want to link multiple customers with a Class.
I hope I have made sense.
Thanks in advance!!
Andrew
Comment