explorer_tags
Data license: CC-BY
2 rows where tagId = 1796
This data as json, CSV (advanced)
id ▼ | explorerSlug | tagId |
---|---|---|
26 | habitat-loss | Environmental Impacts of Food Production 1796 |
40 | food-footprints | Environmental Impacts of Food Production 1796 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "explorer_tags" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "explorerSlug" VARCHAR(150) NOT NULL , "tagId" INTEGER NOT NULL, FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION ); CREATE INDEX "tagId" ON "explorer_tags" ("tagId");