origins_variables
Data license: CC-BY
10 rows where originId = 926
This data as json, CSV (advanced)
Link | originId | variableId | displayOrder |
---|---|---|---|
926,930571 | Joe draft of PIP and WID 926 | pip_gini_difference_1993_2018 930571 | 0 |
926,930572 | Joe draft of PIP and WID 926 | wid_gini_difference_1993_2018 930572 | 0 |
926,930573 | Joe draft of PIP and WID 926 | wid_gini_relative_difference_1993_2018 930573 | 0 |
926,930574 | Joe draft of PIP and WID 926 | pip_gini_relative_difference_1993_2018 930574 | 0 |
926,930575 | Joe draft of PIP and WID 926 | population_in_2018 930575 | 0 |
926,930576 | Joe draft of PIP and WID 926 | region 930576 | 0 |
926,935518 | Joe draft of PIP and WID 926 | wid_gini_2018 935518 | 0 |
926,935519 | Joe draft of PIP and WID 926 | wid_gini_1993 935519 | 0 |
926,935520 | Joe draft of PIP and WID 926 | pip_gini_1993 935520 | 0 |
926,935521 | Joe draft of PIP and WID 926 | pip_gini_2018 935521 | 0 |
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 );