categorysteamapplink
Data source: steam-to-sqlite
9 rows where steam_app_pk = 110
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,110 | 1 1 | Cloudbuilt 110 |
4,110 | 4 4 | Cloudbuilt 110 |
5,110 | 5 5 | Cloudbuilt 110 |
6,110 | 6 6 | Cloudbuilt 110 |
7,110 | 7 7 | Cloudbuilt 110 |
8,110 | 8 8 | Cloudbuilt 110 |
19,110 | 19 19 | Cloudbuilt 110 |
27,110 | 27 27 | Cloudbuilt 110 |
285,110 | 285 285 | Cloudbuilt 110 |
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) );