select c.name, count from users_per_concentration u, concentrations c where u.concentration_id=c.id order by count desc;