categorysteamapplink
Data source: steam-to-sqlite
9 rows where steam_app_pk = 36487
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 1,36487 | 1 1 | The Evil Within 2 36487 |
| 4,36487 | 4 4 | The Evil Within 2 36487 |
| 5,36487 | 5 5 | The Evil Within 2 36487 |
| 6,36487 | 6 6 | The Evil Within 2 36487 |
| 7,36487 | 7 7 | The Evil Within 2 36487 |
| 285,36487 | 285 285 | The Evil Within 2 36487 |
| 292,36487 | 292 292 | The Evil Within 2 36487 |
| 297,36487 | 297 297 | The Evil Within 2 36487 |
| 299,36487 | 299 299 | The Evil Within 2 36487 |
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) );