Loading...Loading chart...
1SELECT country, activeduty AS "active duty", activeduty/pop2022 AS "per 1000"
2FROM @kaggle.durgeshrao9993_top_greatest_armies_of_the_world.world_army_dataset
3ORDER BY activeduty DESC
4LIMIT 51SELECT country, activeduty AS "active duty", activeduty/pop2022 AS "per 1000"
2FROM @kaggle.durgeshrao9993_top_greatest_armies_of_the_world.world_army_dataset
3ORDER BY activeduty DESC
4LIMIT 5Anyone who has the link will be able to view this.