origins_variables
Data license: CC-BY
4 rows where originId = 670
This data as json, CSV (advanced)
Link | originId | variableId | displayOrder |
---|---|---|---|
670,852116 | Symptoms of depression 670 | Not at all 852116 | 0 |
670,852117 | Symptoms of depression 670 | Several days 852117 | 0 |
670,852118 | Symptoms of depression 670 | More than half the days 852118 | 0 |
670,852119 | Symptoms of depression 670 | Nearly every day 852119 | 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 );