We could use COUNT(grade) and a condition like grade = 'A'. But this would only count students that got the grade A.

Make sure to pick grade, followed by WHERE, and finally grade = 'A'.