chart_variables
Data license: CC-BY
7 rows where chartId = 5440
This data as json, CSV (advanced)
Link | chartId | variableId |
---|---|---|
5440,180087 | Global solar energy projections 5440 | Solar (historical) 180087 |
5440,180088 | Global solar energy projections 5440 | Solar (30% growth) 180088 |
5440,180089 | Global solar energy projections 5440 | Solar (25% growth) 180089 |
5440,180090 | Global solar energy projections 5440 | Solar (20% growth) 180090 |
5440,180091 | Global solar energy projections 5440 | Solar (15% growth) 180091 |
5440,180092 | Global solar energy projections 5440 | Solar (10% growth) 180092 |
5440,180093 | Global solar energy projections 5440 | Solar (5% growth) 180093 |
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 );