chart_tags
Data license: CC-BY
6 rows where tagId = 1513
This data as json, CSV (advanced)
Suggested facets: createdAt (date), updatedAt (date)
Link | chartId | tagId | keyChartLevel | createdAt | updatedAt | isApproved |
---|---|---|---|---|---|---|
2825,1513 | Average weekly hours devoted to school by age group, United States 2825 | Education and Knowledge 1513 | 2 | 2023-10-02 19:55:57 | 1 | |
5195,1513 | Mainstreaming of global citizenship and sustainable development into national education policies 5195 | Education and Knowledge 1513 | 2 | 2023-10-02 19:57:28 | 1 | |
5196,1513 | Mainstreaming of global citizenship and sustainable development into student assessment 5196 | Education and Knowledge 1513 | 2 | 2023-10-02 19:57:33 | 1 | |
5197,1513 | Mainstreaming of global citizenship and sustainable development into curricula 5197 | Education and Knowledge 1513 | 2 | 2023-10-02 19:57:38 | 1 | |
5198,1513 | Mainstreaming of global citizenship and sustainable development into teacher education 5198 | Education and Knowledge 1513 | 2 | 2023-10-02 19:57:43 | 1 | |
5199,1513 | Access to sexual and reproductive health care 5199 | Education and Knowledge 1513 | 2 | 2023-02-09 10:09:04 | 2023-09-15 15:36:12 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "chart_tags" ( "chartId" INTEGER NOT NULL , "tagId" INTEGER NOT NULL , "keyChartLevel" TINYINT NOT NULL DEFAULT '0' , "createdAt" DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP , "updatedAt" DATETIME NULL , "isApproved" TINYINT NOT NULL DEFAULT '0' , PRIMARY KEY ("chartId", "tagId"), FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE CASCADE, FOREIGN KEY("tagId") REFERENCES "tags" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "FK_chart_tags_tagId" ON "chart_tags" ("tagId");