select district_name as "都道府県", total_amt as "総人口" from population where lvl = 2 group by district_name order by total_amt desc;