simple but need help table construction
Ive been asked to help with the construction DB that tracks courses attended by our call centre operators. I want make that my tables are correct before going any further
I need to be able to report on who has or will attend/ed what course/s , and which presentors have conducted what courses.
Can someone have a look and see if this ok or am I missing a table
tblPresentors
PresentorsID
Presentor
tblCourses
CourseID
CourseName
CourseCode
tblCoursesAttended
CourseAttendID
PresentorID
CourseID
CourseDateID
DateScheduled
tblCourseDates (is the table necessary? when I already have the date in tblCourseattended)
CourseDateID
DateScheduled
am i on the right track?. Any advice would be appreciated.
Ive been asked to help with the construction DB that tracks courses attended by our call centre operators. I want make that my tables are correct before going any further
I need to be able to report on who has or will attend/ed what course/s , and which presentors have conducted what courses.
Can someone have a look and see if this ok or am I missing a table
tblPresentors
PresentorsID
Presentor
tblCourses
CourseID
CourseName
CourseCode
tblCoursesAttended
CourseAttendID
PresentorID
CourseID
CourseDateID
DateScheduled
tblCourseDates (is the table necessary? when I already have the date in tblCourseattended)
CourseDateID
DateScheduled
am i on the right track?. Any advice would be appreciated.
Last edited: