how to keep track of occurrences in a column on sql code example Example: count occurrences sql SELECT age, count(age) FROM Students GROUP by age