explorer_charts
Data license: CC-BY
1 row where chartId = 2115
This data as json, CSV (advanced)
id ▼ | explorerSlug | chartId |
---|---|---|
169801 | sdgs | Number of countries with a national statistical plan fully funded and under implementation, by source of funding 2115 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "explorer_charts" ( "id" INTEGER PRIMARY KEY AUTOINCREMENT, "explorerSlug" VARCHAR(150) NOT NULL , "chartId" INTEGER NOT NULL, FOREIGN KEY("explorerSlug") REFERENCES "explorers" ("slug") ON UPDATE CASCADE ON DELETE CASCADE, FOREIGN KEY("chartId") REFERENCES "charts" ("id") ON UPDATE RESTRICT ON DELETE RESTRICT ); CREATE INDEX "explorerSlug" ON "explorer_charts" ("explorerSlug");