Global Armed Forces Dataset
Worldwide Armed Services Dataset
@kaggle.abhijitdahatonde_global_armed_forces_dataset
Worldwide Armed Services Dataset
@kaggle.abhijitdahatonde_global_armed_forces_dataset
CREATE TABLE military (
"sr_no" BIGINT,
"country" VARCHAR,
"active_military" BIGINT,
"reserve_military" BIGINT,
"paramilitary" BIGINT,
"total" BIGINT,
"per_1_000_capita_active" DOUBLE,
"per_1_000_capita_total" DOUBLE
);
Anyone who has the link will be able to view this.