categorysteamapplink
Data source: steam-to-sqlite
10 rows where steam_app_pk = 1411
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 1,1411 | 1 1 | Defend the Highlands: World Tour 1411 |
| 2,1411 | 2 2 | Defend the Highlands: World Tour 1411 |
| 4,1411 | 4 4 | Defend the Highlands: World Tour 1411 |
| 7,1411 | 7 7 | Defend the Highlands: World Tour 1411 |
| 9,1411 | 9 9 | Defend the Highlands: World Tour 1411 |
| 10,1411 | 10 10 | Defend the Highlands: World Tour 1411 |
| 16,1411 | 16 16 | Defend the Highlands: World Tour 1411 |
| 21,1411 | 21 21 | Defend the Highlands: World Tour 1411 |
| 24,1411 | 24 24 | Defend the Highlands: World Tour 1411 |
| 285,1411 | 285 285 | Defend the Highlands: World Tour 1411 |
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) );