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