categorysteamapplink
Data source: steam-to-sqlite
14 rows where steam_app_pk = 100594
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,100594 | 1 1 | Virtual Hunter 100594 |
2,100594 | 2 2 | Virtual Hunter 100594 |
7,100594 | 7 7 | Virtual Hunter 100594 |
9,100594 | 9 9 | Virtual Hunter 100594 |
10,100594 | 10 10 | Virtual Hunter 100594 |
281,100594 | 281 281 | Virtual Hunter 100594 |
282,100594 | 282 282 | Virtual Hunter 100594 |
285,100594 | 285 285 | Virtual Hunter 100594 |
287,100594 | 287 287 | Virtual Hunter 100594 |
292,100594 | 292 292 | Virtual Hunter 100594 |
295,100594 | 295 295 | Virtual Hunter 100594 |
296,100594 | 296 296 | Virtual Hunter 100594 |
297,100594 | 297 297 | Virtual Hunter 100594 |
299,100594 | 299 299 | Virtual Hunter 100594 |
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) );