To find out how many students got each grade, start by using COUNT(*) to count entries in the table.
COUNT(*)
Make sure to type COUNT(*).