dataset_tags
Data license: CC-BY
8 rows where tagId = 43
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
696,43 | Fertilizer prices - World Bank (2017) 696 | Fertilizers 43 | 2023-02-09 10:09:04 | |
924,43 | Fertilizer use per hectare of land -FAO & Federico 924 | Fertilizers 43 | 2023-02-09 10:09:04 | |
979,43 | Population fed by Haber-Bosch fertilizers - FAO (2017) 979 | Fertilizers 43 | 2023-02-09 10:09:04 | |
5336,43 | Yield gaps versus nitrogen pollution (Wuepper et al. 2020) 5336 | Fertilizers 43 | 2023-02-09 10:09:04 | |
5345,43 | Nitrogen efficiency (Lassaletta et al. 2014) 5345 | Fertilizers 43 | 2023-02-09 10:09:04 | |
5349,43 | Excess fertilizers (West et al. 2014) 5349 | Fertilizers 43 | 2023-02-09 10:09:04 | |
5492,43 | Global total factor agricultural productivity (USDA) 5492 | Fertilizers 43 | 2023-02-09 10:09:04 | |
5554,43 | Ukraine-Russia Fertilizers (based on UN FAO) 5554 | Fertilizers 43 | 2023-02-09 10:09:04 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "dataset_tags" ( "datasetId" INTEGER NOT NULL , "tagId" INTEGER NOT NULL , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , PRIMARY KEY ("datasetId", "tagId"), FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY("datasetId") REFERENCES "datasets" ("id") ON UPDATE RESTRICT ON DELETE CASCADE ); CREATE INDEX "FK_2e330c9e1074b457d1d238b2dac" ON "dataset_tags" ("tagId");