dataset_tags
Data license: CC-BY
4 rows where tagId = 58
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
654,58 | Dietary macronutrient compositions - FAO (2017) 654 | Diet Compositions 58 | 2023-02-09 10:09:04 | |
657,58 | Diet compositions by specific food commodities - FAO (2017) 657 | Diet Compositions 58 | 2023-02-09 10:09:04 | |
658,58 | Diet compositions by commodity categories - FAO (2017) 658 | Diet Compositions 58 | 2023-02-09 10:09:04 | |
5319,58 | eat-lancet-diet-composition (grams per capita per day) 5319 | Diet Compositions 58 | 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");