categorysteamapplink
Data source: steam-to-sqlite
12 rows where steam_app_pk = 90589
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,90589 | 1 1 | Rise of the Triad 90589 |
2,90589 | 2 2 | Rise of the Triad 90589 |
4,90589 | 4 4 | Rise of the Triad 90589 |
6,90589 | 6 6 | Rise of the Triad 90589 |
7,90589 | 7 7 | Rise of the Triad 90589 |
8,90589 | 8 8 | Rise of the Triad 90589 |
15,90589 | 15 15 | Rise of the Triad 90589 |
16,90589 | 16 16 | Rise of the Triad 90589 |
19,90589 | 19 19 | Rise of the Triad 90589 |
21,90589 | 21 21 | Rise of the Triad 90589 |
27,90589 | 27 27 | Rise of the Triad 90589 |
29,90589 | 29 29 | Rise of the Triad 90589 |
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) );