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