Militaries & Weapons
Size of Military by Countries in 2022
@kaggle.muhammedtausif_military_size_by_country_2022
Size of Military by Countries in 2022
@kaggle.muhammedtausif_military_size_by_country_2022
CREATE TABLE army_total_world (
"country" VARCHAR,
"activeduty" BIGINT,
"paramilitary" BIGINT,
"reserves" BIGINT,
"total" BIGINT,
"pop2022" DOUBLE
);
CREATE TABLE atomic_weapons (
"country" VARCHAR,
"military_stockpile" BIGINT,
"retired_weapons" BIGINT,
"total_inventory" BIGINT,
"total_nuclear_tests" BIGINT,
"first_tested" VARCHAR,
"most_recent_test" VARCHAR
);
CREATE TABLE list_of_countries_by_number_of_military_and_paramilita_d9601782 (
"country" VARCHAR,
"active_military" BIGINT,
"reserve_military" BIGINT,
"paramilitary" BIGINT,
"total" BIGINT,
"per_1_000_capita_total" DOUBLE,
"per_1_000_capita_active" DOUBLE
);
Anyone who has the link will be able to view this.