how to get the count of records in sql using group by code example Example: sql groub by count SELECT COUNT(Id), Country FROM Customer GROUP BY Country