chart_variables
Data license: CC-BY
5 rows where chartId = 5328
This data as json, CSV (advanced)
Link | chartId | variableId |
---|---|---|
5328,176392 | New passenger vehicles by type 5328 | plugin_hybrid_share 176392 |
5328,176394 | New passenger vehicles by type 5328 | battery_electric_share 176394 |
5328,176395 | New passenger vehicles by type 5328 | petrol_share 176395 |
5328,176407 | New passenger vehicles by type 5328 | full_mild_hybrid_share 176407 |
5328,176408 | New passenger vehicles by type 5328 | diesel_gas_share 176408 |
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 );