Well, I did not know how to put the title ...
Anyway, I have the table tblnotadisciplina (following image) that will store students' notes of a certain period. These grades have an evaluation type (1-Work, 2-Test). I want to make a query where I get the student's names (using join, of course), note 1 (Work) and note 2 (proof), example
Name nota1 nota2
Student 10 10
Thank you in advance!