hi I have table as below named enrolment, I need to update the null averagemark from the data from another table so that the average of all assignments done by a student will populate the field. Can I anyone advise how to do this using Isql as the dbms?
enrolment-
student_id- course code - averagemark
1 a1 - 0
2 b2 - 0
3 c3 - 0
4 d4 - 0
assignment-
student_id- course code - assignment number mark
1 a1 1 - 50
1 b2 2 - 55
2 a1 1 - 60
2 b2 2 - 65