dataset_tags
Data license: CC-BY
6 rows where tagId = 102
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
1014,102 | Water withdrawals and consumption - Aquastat 1014 | Water Use & Stress 102 | 2023-02-09 10:09:04 | |
1020,102 | Global freshwater use since 1900 - IGB 1020 | Water Use & Stress 102 | 2023-02-09 10:09:04 | |
1428,102 | Percentage gained access to improved water and sanitation 1990-2015 - WHO 1428 | Water Use & Stress 102 | 2023-02-09 10:09:04 | |
4915,102 | Number of people without access to safe water and sanitation (WHO Wash, 2019) 4915 | Water Use & Stress 102 | 2023-02-09 10:09:04 | |
5192,102 | Global Health Indicators – Number of People (2020) 5192 | Water Use & Stress 102 | 2023-04-21 10:42:18 | |
5332,102 | Water and Sanitation (WHO WASH, 2021) 5332 | Water Use & Stress 102 | 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");