SELECT district_name '都道府県名' ,total_amt '総人口' FROM population WHERE lvl = 2 ORDER BY total_amt desc;