categorysteamapplink
Data source: steam-to-sqlite
11 rows where steam_app_pk = 185148
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 1,185148 | 1 1 | Another Hardest Game: PATCH Origins 185148 |
| 4,185148 | 4 4 | Another Hardest Game: PATCH Origins 185148 |
| 5,185148 | 5 5 | Another Hardest Game: PATCH Origins 185148 |
| 7,185148 | 7 7 | Another Hardest Game: PATCH Origins 185148 |
| 8,185148 | 8 8 | Another Hardest Game: PATCH Origins 185148 |
| 20,185148 | 20 20 | Another Hardest Game: PATCH Origins 185148 |
| 25,185148 | 25 25 | Another Hardest Game: PATCH Origins 185148 |
| 26,185148 | 26 26 | Another Hardest Game: PATCH Origins 185148 |
| 28,185148 | 28 28 | Another Hardest Game: PATCH Origins 185148 |
| 285,185148 | 285 285 | Another Hardest Game: PATCH Origins 185148 |
| 286,185148 | 286 286 | Another Hardest Game: PATCH Origins 185148 |
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) );