dataset_tags
Data license: CC-BY
7 rows where tagId = 293
This data as json, CSV (advanced)
Suggested facets: createdAt (date)
Link | datasetId | tagId | createdAt | updatedAt |
---|---|---|---|---|
242,293 | Public Expenditure on Education OECD - Tanzi & Schuknecht (2000) 242 | Education Spending 293 | 2023-02-09 10:09:04 | |
243,293 | Education Expenditure US 1949-2013 - NCES (2014) 243 | Education Spending 293 | 2023-02-09 10:09:04 | |
244,293 | Government Education Expenditure 1960-2010 - Szirmai (2015) 244 | Education Spending 293 | 2023-02-09 10:09:04 | |
245,293 | US Revenue Public Schools - US Bureau of the Census and NCES (2017) 245 | Education Spending 293 | 2023-02-09 10:09:04 | |
246,293 | OECD: Education Statistics (2017) 246 | Education Spending 293 | 2023-02-09 10:09:04 | |
1884,293 | Lost school grants - Reinikka and Svensson (2004) 1884 | Education Spending 293 | 2023-02-09 10:09:04 | |
3225,293 | Public and private education expenditure - UNESCO (2019) 3225 | Education Spending 293 | 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");