D
Debbie
I am trying to create a database to store the classes that
students have taken and their grade if they have taken the
class.
My first thought is to have 3 tables:
Student: studentID, Name, address, etc.
Course: courseID, title, credits
Enrollment: courseID, term, studentID, grade
When set up in this manner, I either get duplicate records
or I only see the courses that the student has a grade
for. (when doing queries)
Any suggestions?
students have taken and their grade if they have taken the
class.
My first thought is to have 3 tables:
Student: studentID, Name, address, etc.
Course: courseID, title, credits
Enrollment: courseID, term, studentID, grade
When set up in this manner, I either get duplicate records
or I only see the courses that the student has a grade
for. (when doing queries)
Any suggestions?