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