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