charts_x_entities
Data license: CC-BY
6 rows where chartId = 5600
This data as json, CSV (advanced)
Link | chartId | entityId |
---|---|---|
5600,273 | Number of state-based conflicts 5600 | Africa 273 |
5600,276 | Number of state-based conflicts 5600 | Europe 276 |
5600,290 | Number of state-based conflicts 5600 | Americas 290 |
5600,355 | Number of state-based conflicts 5600 | World 355 |
5600,25487 | Number of state-based conflicts 5600 | Middle East 25487 |
5600,29325 | Number of state-based conflicts 5600 | 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");