origins_variables
Data license: CC-BY
2 rows where variableId = 901315
This data as json, CSV (advanced)
Link | originId | variableId | displayOrder |
---|---|---|---|
714,901315 | Freedom in the World 714 | Number of not-electoral democracies 901315 | 0 |
715,901315 | Freedom in the World 715 | Number of not-electoral democracies 901315 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "origins_variables" ( "originId" INTEGER NOT NULL , "variableId" INTEGER NOT NULL , "displayOrder" SMALLINT NOT NULL DEFAULT '0' , PRIMARY KEY ("originId", "variableId"), FOREIGN KEY("originId") REFERENCES "origins" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION, FOREIGN KEY("variableId") REFERENCES "variables" ("id") ON UPDATE NO ACTION ON DELETE NO ACTION );