Road Deaths And Injuries - OECD
@owid.road_deaths_and_injuries
@owid.road_deaths_and_injuries
CREATE TABLE owid_road_deaths_and_injuries (
"year" INTEGER,
"country" VARCHAR,
"accidents_involving_casualties" UINTEGER,
"deaths" UINTEGER,
"deaths_per_million_vehicles" FLOAT,
"injuries" UINTEGER,
"road_deaths_per_100_million_vehicle_kilometres" FLOAT
);
Anyone who has the link will be able to view this.