User-226101726 posted
Im creating a gradebook to print reports for my school and im unable to complete two tasks using SQL.
Task one
I have a student table, Class table, ClassSubjects table ( This allows me to enter the subjects assigned to that class),
a classStudent table( allows me to enter the students in a specific class), and a subjects table. I want to be able to create, add and update
in anew table, all the students from a specific class and all the subjects the do based on the subjects assigned to that class.
The system should be anle to do this automatically without me entering them one by one seeing all the data is there already
so that later I can add the grades for an exam for each subject for each student based on the class they r in.
The second is to display the data like a gradebok and be able to add the grades in the gradebook and all the table are updated.
Any Suggestions anyone please HELP