Hi!
I wish to design a data base to manage student enrollment and their Test scores.
I have two tables:
1) the enrollment table which caries: StdId; StdName; Sex; Class etc
NB: each Class has 2 streams i.e. Class 1A; 1B...; Class 2A, 2B ...Class 5A, 5B...
2) Table 2 is design to hold: Class; StdId; Test1; Test2; Test3
actually i am thinking there should be many tables of the form of table2 which hold info about each
such that when you input a student in the enrollment table, an assign a class (e.g. Class 1A) that student should automatically appear in the Class 1A Talbe and test scores can be input there. I hope someone will understand me and propose something for me.