categorysteamapplink
Data source: steam-to-sqlite
8 rows where steam_app_pk = 6585
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,6585 | 1 1 | Sneak In: a sphere matcher game 6585 |
4,6585 | 4 4 | Sneak In: a sphere matcher game 6585 |
7,6585 | 7 7 | Sneak In: a sphere matcher game 6585 |
8,6585 | 8 8 | Sneak In: a sphere matcher game 6585 |
24,6585 | 24 24 | Sneak In: a sphere matcher game 6585 |
25,6585 | 25 25 | Sneak In: a sphere matcher game 6585 |
26,6585 | 26 26 | Sneak In: a sphere matcher game 6585 |
285,6585 | 285 285 | Sneak In: a sphere matcher game 6585 |
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) );