categorysteamapplink
Data source: steam-to-sqlite
13 rows where steam_app_pk = 1653
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,1653 | 1 1 | The Red Solstice 1653 |
2,1653 | 2 2 | The Red Solstice 1653 |
4,1653 | 4 4 | The Red Solstice 1653 |
6,1653 | 6 6 | The Red Solstice 1653 |
7,1653 | 7 7 | The Red Solstice 1653 |
8,1653 | 8 8 | The Red Solstice 1653 |
9,1653 | 9 9 | The Red Solstice 1653 |
10,1653 | 10 10 | The Red Solstice 1653 |
16,1653 | 16 16 | The Red Solstice 1653 |
18,1653 | 18 18 | The Red Solstice 1653 |
21,1653 | 21 21 | The Red Solstice 1653 |
24,1653 | 24 24 | The Red Solstice 1653 |
285,1653 | 285 285 | The Red Solstice 1653 |
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) );