charts_x_entities
Data license: CC-BY
6 rows where chartId = 7478
This data as json, CSV (advanced)
Link | chartId | entityId |
---|---|---|
7478,273 | Deaths in state-based conflicts 7478 | Africa 273 |
7478,276 | Deaths in state-based conflicts 7478 | Europe 276 |
7478,290 | Deaths in state-based conflicts 7478 | Americas 290 |
7478,355 | Deaths in state-based conflicts 7478 | World 355 |
7478,25487 | Deaths in state-based conflicts 7478 | Middle East 25487 |
7478,29325 | Deaths in state-based conflicts 7478 | Asia and Oceania 29325 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "charts_x_entities" ( "chartId" INTEGER NOT NULL , "entityId" INTEGER NOT NULL , PRIMARY KEY ("chartId", "entityId"), FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY("entityId") REFERENCES "entities" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "entityId" ON "charts_x_entities" ("entityId");