categorysteamapplink
Data source: steam-to-sqlite
8 rows where steam_app_pk = 3184
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 1,3184 | 1 1 | Smashbox Arena 3184 |
| 2,3184 | 2 2 | Smashbox Arena 3184 |
| 7,3184 | 7 7 | Smashbox Arena 3184 |
| 16,3184 | 16 16 | Smashbox Arena 3184 |
| 21,3184 | 21 21 | Smashbox Arena 3184 |
| 35,3184 | 35 35 | Smashbox Arena 3184 |
| 281,3184 | 281 281 | Smashbox Arena 3184 |
| 282,3184 | 282 282 | Smashbox Arena 3184 |
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) );