categorysteamapplink
Data source: steam-to-sqlite
7 rows where steam_app_pk = 2333
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 1,2333 | 1 1 | Cossacks II: Battle for Europe 2333 |
| 2,2333 | 2 2 | Cossacks II: Battle for Europe 2333 |
| 16,2333 | 16 16 | Cossacks II: Battle for Europe 2333 |
| 17,2333 | 17 17 | Cossacks II: Battle for Europe 2333 |
| 20,2333 | 20 20 | Cossacks II: Battle for Europe 2333 |
| 21,2333 | 21 21 | Cossacks II: Battle for Europe 2333 |
| 285,2333 | 285 285 | Cossacks II: Battle for Europe 2333 |
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) );