J
John
Hello all,
I recenty designed a school database with three tables.
tstudent table
StudentID PK
Lname
Fname
etc...
tclass table
ClassID PK
StartDate
EndDate
etc...
tstudentclass table
StudentID PK
ClassID PK
FundingSource Combo box
Enrolled YES/NO datatype
Now, I need to decide if I should put the grade's fields into the
studentclass table or a seperate table called grades. Here is the example:
I have Gr1, Gr2, Gr3.................Gr18 and a FinalGrade. Gr1 to Gr18
are tests and homeworks. However, FinalGrade is the final grade for the
course. Also keep in mind that the Gr's will vary on each class. For
example Math 101 might only require the fields Gr1, Gr2, Gr3. But Math 102
might require Gr1 to Gr6. Can you please tell me in detail how I should
design the structor of the table too. Step by step would be great! Thank
you.
I recenty designed a school database with three tables.
tstudent table
StudentID PK
Lname
Fname
etc...
tclass table
ClassID PK
StartDate
EndDate
etc...
tstudentclass table
StudentID PK
ClassID PK
FundingSource Combo box
Enrolled YES/NO datatype
Now, I need to decide if I should put the grade's fields into the
studentclass table or a seperate table called grades. Here is the example:
I have Gr1, Gr2, Gr3.................Gr18 and a FinalGrade. Gr1 to Gr18
are tests and homeworks. However, FinalGrade is the final grade for the
course. Also keep in mind that the Gr's will vary on each class. For
example Math 101 might only require the fields Gr1, Gr2, Gr3. But Math 102
might require Gr1 to Gr6. Can you please tell me in detail how I should
design the structor of the table too. Step by step would be great! Thank
you.