select district_name AS '都道府県名', total_amt AS '総人口' from population where lvl = 2 ORDER BY total_amt desc;