dataset_tags
Data license: CC-BY
4 rows where tagId = 160
This data as json, CSV (advanced)
Suggested facets: createdAt, createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
275,160 | Human Development Index - UNDP 275 | Human Development Index (HDI) 160 | 2023-02-09 10:09:04 | |
2780,160 | Historical Index of Human Development - Prados de la Escosura 2780 | Human Development Index (HDI) 160 | 2023-07-07 10:16:04 | |
2781,160 | Historical Index of Human Development (without GDP) - Prados de la Escosura 2781 | Human Development Index (HDI) 160 | 2023-07-07 10:16:37 | |
3078,160 | Human Capital Index (World Bank, 2018) 3078 | Human Development Index (HDI) 160 | 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");