explorer_variables
Data license: CC-BY
1 row where variableId = 835511
This data as json, CSV (advanced)
id ▼ | explorerSlug | variableId |
---|---|---|
23478 | animal-welfare | Meat of cattle with the bone, fresh or chilled | 00000867 || Producing or slaughtered animals | 5320pc || animals per capita 835511 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "explorer_variables" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "explorerSlug" VARCHAR(150) NOT NULL , "variableId" INTEGER NOT NULL, FOREIGN KEY("explorerSlug") REFERENCES "explorers" ("slug") ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "variableId" ON "explorer_variables" ("variableId");