categorysteamapplink
Data source: steam-to-sqlite
13 rows where steam_app_pk = 11228
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,11228 | 1 1 | Space Merchants: Arena 11228 |
2,11228 | 2 2 | Space Merchants: Arena 11228 |
4,11228 | 4 4 | Space Merchants: Arena 11228 |
6,11228 | 6 6 | Space Merchants: Arena 11228 |
9,11228 | 9 9 | Space Merchants: Arena 11228 |
10,11228 | 10 10 | Space Merchants: Arena 11228 |
14,11228 | 14 14 | Space Merchants: Arena 11228 |
15,11228 | 15 15 | Space Merchants: Arena 11228 |
16,11228 | 16 16 | Space Merchants: Arena 11228 |
21,11228 | 21 21 | Space Merchants: Arena 11228 |
281,11228 | 281 281 | Space Merchants: Arena 11228 |
283,11228 | 283 283 | Space Merchants: Arena 11228 |
285,11228 | 285 285 | Space Merchants: Arena 11228 |
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) );