origins_variables
Data license: CC-BY
3 rows where variableId = 852459
This data as json, CSV (advanced)
Link | originId | variableId | displayOrder |
---|---|---|---|
532,852459 | Production: Crops and livestock products 532 | Potatoes yield 852459 | 0 |
548,852459 | Long-term crop yields in UK 548 | Potatoes yield 852459 | 1 |
549,852459 | Long-term crop yields in UK 549 | Potatoes yield 852459 | 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "origins_variables" ( "originId" INTEGER NOT NULL , "variableId" INTEGER NOT NULL , "displayOrder" SMALLINT NOT NULL DEFAULT '0' , PRIMARY KEY ("originId", "variableId"), FOREIGN KEY("originId") REFERENCES "origins" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION );