categorysteamapplink
Data source: steam-to-sqlite
18 rows where steam_app_pk = 52358
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,52358 | 1 1 | Prometheus: Omex Rising 52358 |
2,52358 | 2 2 | Prometheus: Omex Rising 52358 |
4,52358 | 4 4 | Prometheus: Omex Rising 52358 |
7,52358 | 7 7 | Prometheus: Omex Rising 52358 |
8,52358 | 8 8 | Prometheus: Omex Rising 52358 |
9,52358 | 9 9 | Prometheus: Omex Rising 52358 |
10,52358 | 10 10 | Prometheus: Omex Rising 52358 |
12,52358 | 12 12 | Prometheus: Omex Rising 52358 |
15,52358 | 15 15 | Prometheus: Omex Rising 52358 |
16,52358 | 16 16 | Prometheus: Omex Rising 52358 |
17,52358 | 17 17 | Prometheus: Omex Rising 52358 |
18,52358 | 18 18 | Prometheus: Omex Rising 52358 |
20,52358 | 20 20 | Prometheus: Omex Rising 52358 |
21,52358 | 21 21 | Prometheus: Omex Rising 52358 |
24,52358 | 24 24 | Prometheus: Omex Rising 52358 |
30,52358 | 30 30 | Prometheus: Omex Rising 52358 |
40,52358 | 40 40 | Prometheus: Omex Rising 52358 |
285,52358 | 285 285 | Prometheus: Omex Rising 52358 |
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) );