chart_variables
Data license: CC-BY
5 rows where chartId = 5441
This data as json, CSV (advanced)
Link | chartId | variableId |
---|---|---|
5441,180094 | Global wind energy projections 5441 | Wind (historical) 180094 |
5441,180097 | Global wind energy projections 5441 | Wind (20% growth) 180097 |
5441,180098 | Global wind energy projections 5441 | Wind (15% growth) 180098 |
5441,180099 | Global wind energy projections 5441 | Wind (10% growth) 180099 |
5441,180100 | Global wind energy projections 5441 | Wind (5% growth) 180100 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE chart_variables ( `chartId` integer NOT NULL, `variableId` integer NOT NULL, PRIMARY KEY (`chartId`, `variableId`), CONSTRAINT `FK_chart_variables_chartId` FOREIGN KEY (`chartId`) REFERENCES `charts` (`id`) ON DELETE CASCADE, CONSTRAINT `FK_chart_variables_variableId` FOREIGN KEY (`variableId`) REFERENCES `variables` (`id`) ON DELETE CASCADE );