J
John
Hey,
I've run into what seems to be a rather large problem, but
hopefully have a relatively easy solution (that I can't
think of).
I am tracking coursework in a database that contains
tables: Profile(Student Information), Training(General
Course information, course name, course number, etc...),
Course (Specific course information, including course
number, section number, instructors etc...) and Results
(Student results).
My primary key throughout the database is the Employee ID
# and have foreign keys including the Course Number. The
problem I am having is if a student takes one course with
one section number and fails the class, my database wont
allow them to retake the same course (same course number)
but with a different section number. Any thoughts would
be greatly appreciated. Thanks a million in advance!!!!
..
I've run into what seems to be a rather large problem, but
hopefully have a relatively easy solution (that I can't
think of).
I am tracking coursework in a database that contains
tables: Profile(Student Information), Training(General
Course information, course name, course number, etc...),
Course (Specific course information, including course
number, section number, instructors etc...) and Results
(Student results).
My primary key throughout the database is the Employee ID
# and have foreign keys including the Course Number. The
problem I am having is if a student takes one course with
one section number and fails the class, my database wont
allow them to retake the same course (same course number)
but with a different section number. Any thoughts would
be greatly appreciated. Thanks a million in advance!!!!
..