categorysteamapplink
Data source: steam-to-sqlite
10 rows where steam_app_pk = 254557
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 7,254557 | 7 7 | Forepaper Engine Demo 254557 |
| 23,254557 | 23 23 | Forepaper Engine Demo 254557 |
| 288,254557 | 288 288 | Forepaper Engine Demo 254557 |
| 289,254557 | 289 289 | Forepaper Engine Demo 254557 |
| 290,254557 | 290 290 | Forepaper Engine Demo 254557 |
| 291,254557 | 291 291 | Forepaper Engine Demo 254557 |
| 294,254557 | 294 294 | Forepaper Engine Demo 254557 |
| 295,254557 | 295 295 | Forepaper Engine Demo 254557 |
| 296,254557 | 296 296 | Forepaper Engine Demo 254557 |
| 297,254557 | 297 297 | Forepaper Engine Demo 254557 |
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) );