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