explorer_charts
Data license: CC-BY
2 rows where chartId = 5811
This data as json, CSV (advanced)
id ▼ | explorerSlug | chartId |
---|---|---|
131471 | democracy | Freedom of expression score 5811 |
131892 | owid-maps-2 | Freedom of expression score 5811 |
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");