origins_variables
Data license: CC-BY
4 rows where originId = 1095
This data as json, CSV (advanced)
Link | originId | variableId | displayOrder |
---|---|---|---|
1095,959814 | Trends in Machine Learning Hardware 1095 | FP32 performance 959814 | 0 |
1095,959815 | Trends in Machine Learning Hardware 1095 | Manufacturer 959815 | 0 |
1095,959816 | Trends in Machine Learning Hardware 1095 | Release price 959816 | 0 |
1095,959817 | Trends in Machine Learning Hardware 1095 | GPU computational performance per dollar 959817 | 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 );