COUNT OCCURENCES OF ONE TABLE IN ANOTHER SQL code example Example: count occurrences sql SELECT age, count(age) FROM Students GROUP by age