categorysteamapplink
Data source: steam-to-sqlite
14 rows where steam_app_pk = 3540
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,3540 | 1 1 | War for the Overworld - Map Editor 3540 |
2,3540 | 2 2 | War for the Overworld - Map Editor 3540 |
3,3540 | 3 3 | War for the Overworld - Map Editor 3540 |
4,3540 | 4 4 | War for the Overworld - Map Editor 3540 |
6,3540 | 6 6 | War for the Overworld - Map Editor 3540 |
7,3540 | 7 7 | War for the Overworld - Map Editor 3540 |
8,3540 | 8 8 | War for the Overworld - Map Editor 3540 |
14,3540 | 14 14 | War for the Overworld - Map Editor 3540 |
16,3540 | 16 16 | War for the Overworld - Map Editor 3540 |
18,3540 | 18 18 | War for the Overworld - Map Editor 3540 |
19,3540 | 19 19 | War for the Overworld - Map Editor 3540 |
21,3540 | 21 21 | War for the Overworld - Map Editor 3540 |
27,3540 | 27 27 | War for the Overworld - Map Editor 3540 |
285,3540 | 285 285 | War for the Overworld - Map Editor 3540 |
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) );