select DISTRICT_NAME, SUM(TOTAL_AMT) from population GROUP BY DISTRICT_NAME order by SUM(TOTAL_AMT)DESC;