group by name and count in query code example Example: sql groub by count SELECT COUNT(Id), Country FROM Customer GROUP BY Country