Forum Moderators: coopster
Table: Class
Fields:
IDNumber - Int - Primary
Description - Varchar (however long)
TeacherID - Int
Table: Teacher
Fields:
TeachID - Int - Primary
FirstName - Varchar(40)
LastName - Varchar(40)
Does this give you a start?
This structure is based on the assumption that a Class is taught by a single teacher, but that a teacher can teach multipe classes.
I would think you would want more fields as well, like starting date, ending date, time, a long description etc.