chart_variables
Data license: CC-BY
2 rows where chartId = 4345
This data as json, CSV (advanced)
Link | chartId | variableId |
---|---|---|
4345,143150 | GDP growth and unemployment rate 4345 | GDP Growth (%) 143150 |
4345,143151 | GDP growth and unemployment rate 4345 | Unemployment rate (%) 143151 |
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 );