Status Of World Nuclear Forces
@owid.status_of_world_nuclear_forces
@owid.status_of_world_nuclear_forces
This dataset provides information on the number of nuclear warheads owned by the nuclear powers, as well as their status (e.g. whether or not they are deployed, nondeployed, or retired).
CREATE TABLE owid_status_of_world_nuclear_forces_1 (
"country" VARCHAR,
"year" INTEGER,
"deployed_nonstrategic" INTEGER,
"deployed_strategic" INTEGER,
"inventory" INTEGER,
"reserve_nondeployed" INTEGER,
"retired" INTEGER,
"stockpile" INTEGER
);CREATE TABLE owid_status_of_world_nuclear_forces_2 (
"country" VARCHAR,
"year" INTEGER,
"deployed_nonstrategic" INTEGER,
"deployed_strategic" INTEGER,
"inventory" INTEGER,
"reserve_nondeployed" INTEGER,
"retired" INTEGER,
"stockpile" INTEGER
);Anyone who has the link will be able to view this.