chart_variables
Data license: CC-BY
12 rows where chartId = 7921
This data as json, CSV (advanced)
Link | chartId | variableId |
---|---|---|
7921,946945 | Temperature anomalies by month 7921 | April 946945 |
7921,946946 | Temperature anomalies by month 7921 | December 946946 |
7921,946947 | Temperature anomalies by month 7921 | August 946947 |
7921,946948 | Temperature anomalies by month 7921 | February 946948 |
7921,946949 | Temperature anomalies by month 7921 | January 946949 |
7921,946950 | Temperature anomalies by month 7921 | July 946950 |
7921,946951 | Temperature anomalies by month 7921 | June 946951 |
7921,946952 | Temperature anomalies by month 7921 | March 946952 |
7921,946953 | Temperature anomalies by month 7921 | May 946953 |
7921,946954 | Temperature anomalies by month 7921 | November 946954 |
7921,946955 | Temperature anomalies by month 7921 | October 946955 |
7921,946956 | Temperature anomalies by month 7921 | September 946956 |
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 );