select DISTRICT_NAME, SUM(TOTAL_AMT) from population WHERE LVL = 2 GROUP BY DISTRICT_NAME order by SUM(TOTAL_AMT)DESC;