explorer_variables
Data license: CC-BY
2 rows where variableId = 900668
This data as json, CSV (advanced)
id ▼ | explorerSlug | variableId |
---|---|---|
16366 | air-pollution | Ammonia emissions from other sectors 900668 |
28701 | air-pollution-test | Ammonia emissions from other sectors 900668 |
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");