select states.full_name, count(customers.*) from customers join states on customers.ST = states.ST group by states.full_name order by states.full_name