chart_variables
Data license: CC-BY
4 rows where variableId = 943817
This data as json, CSV (advanced)
Link | chartId | variableId |
---|---|---|
1359,943817 | Coal production by region 1359 | Coal production - TWh 943817 |
1538,943817 | How have things changed? 1538 | Coal production - TWh 943817 |
3878,943817 | Fossil fuel production 3878 | Coal production - TWh 943817 |
3880,943817 | Coal production 3880 | Coal production - TWh 943817 |
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 );