charts_x_entities
Data license: CC-BY
6 rows where chartId = 3612
This data as json, CSV (advanced)
Link | chartId | entityId |
---|---|---|
3612,273 | Tuberculosis deaths by region 3612 | Africa 273 |
3612,275 | Tuberculosis deaths by region 3612 | Asia 275 |
3612,276 | Tuberculosis deaths by region 3612 | Europe 276 |
3612,277 | Tuberculosis deaths by region 3612 | Oceania 277 |
3612,294 | Tuberculosis deaths by region 3612 | North America 294 |
3612,295 | Tuberculosis deaths by region 3612 | South America 295 |
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");