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