dataset_tags
Data license: CC-BY
5 rows where tagId = 15
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
2907,15 | Maternal mortality projection to 2030 (based on World Bank, 2018) 2907 | Maternal Mortality 15 | 2023-02-09 10:09:04 | |
2909,15 | Required rate of maternal mortality decline for SDG - based on World Bank (2018) 2909 | Maternal Mortality 15 | 2023-02-09 10:09:04 | |
2910,15 | Maternal deaths to 2030 (BAU vs. SDG Target) - based on World Bank & UN (2018) 2910 | Maternal Mortality 15 | 2023-02-09 10:09:04 | |
4228,15 | Female mean age of childbearing (years) 4228 | Maternal Mortality 15 | 2023-02-09 10:09:04 | |
5192,15 | Global Health Indicators – Number of People (2020) 5192 | Maternal Mortality 15 | 2023-04-21 10:42:18 |
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");