dataset_tags
Data license: CC-BY
4 rows where tagId = 294
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
240,294 | Educational Attainment - Barro Lee Education Dataset (2010) 240 | Global Education 294 | 2023-02-09 10:09:04 | |
704,294 | Mean years of schooling, women (15 to 49) – Our World In Data (2017) 704 | Global Education 294 | 2023-02-09 10:09:04 | |
4129,294 | Years of Schooling - based on Lee-Lee (2016), Barro-Lee (2018); and UNDP (2018) 4129 | Global Education 294 | 2023-02-09 10:09:04 | |
4151,294 | Expected Years of Schooling - UNDP (2018) 4151 | Global Education 294 | 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");