I have the following tables:
Table 1 Student , Exam_ID 1 1 2 1 3 2 1 2 3 3 2 3 3 4 1 4 Table 2 Exam ID, Mark (1 , 5) (2 , 4) (3 , 4) (4 , 5)
each exam is solved by pairs of students ... i want to be able to average the mark of all exams taken by each pair of student for example : Exams 2 and 4 are taken by the same pair of students (3,1) i want to be able to average the marks for those 2 exams which are(4,5)=4.5 and then rank those pairs from highest to lowest marks thank you
How can I include First_Name and Surname into the first table?