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