charts_x_entities
Data license: CC-BY
7 rows where entityId = 367052
This data as json, CSV (advanced)
Link | chartId | entityId |
---|---|---|
1538,367052 | How have things changed? 1538 | Western Europe (MPD) 367052 |
4274,367052 | Kaya identity: drivers of CO₂ emissions 4274 | Western Europe (MPD) 367052 |
4408,367052 | GDP per capita 4408 | Western Europe (MPD) 367052 |
4659,367052 | GDP per capita 4659 | Western Europe (MPD) 367052 |
4862,367052 | Gross domestic product (GDP) by world region 4862 | Western Europe (MPD) 367052 |
5360,367052 | Change in per capita CO₂ emissions and GDP 5360 | Western Europe (MPD) 367052 |
7312,367052 | Gross domestic product (GDP) 7312 | Western Europe (MPD) 367052 |
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");