select DISTRICT_NAME, sum(TOTAL_AMT) from POPULATION where lvl = 2 group by DISTRICT_NAME order by sum(TOTAL_AMT) desc;