categorysteamapplink
Data source: steam-to-sqlite
9 rows where steam_app_pk = 2085
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,2085 | 1 1 | Double Dragon IV 2085 |
2,2085 | 2 2 | Double Dragon IV 2085 |
4,2085 | 4 4 | Double Dragon IV 2085 |
13,2085 | 13 13 | Double Dragon IV 2085 |
15,2085 | 15 15 | Double Dragon IV 2085 |
16,2085 | 16 16 | Double Dragon IV 2085 |
17,2085 | 17 17 | Double Dragon IV 2085 |
20,2085 | 20 20 | Double Dragon IV 2085 |
285,2085 | 285 285 | Double Dragon IV 2085 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "categorysteamapplink" ( category_pk INTEGER NOT NULL, steam_app_pk INTEGER NOT NULL, PRIMARY KEY (category_pk, steam_app_pk), FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk), FOREIGN KEY(category_pk) REFERENCES category (pk) );