SELECT p.DISTRICT_NAME 都道府県名 ,p.TOTAL_AMT 総人口 FROM POPULATION p WHERE p.lvl = 2 ORDER BY p.TOTAL_AMT desc;