categorysteamapplink
Data source: steam-to-sqlite
7 rows where steam_app_pk = 7207
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
2,7207 | 2 2 | Fairy And Devil 7207 |
9,7207 | 9 9 | Fairy And Devil 7207 |
10,7207 | 10 10 | Fairy And Devil 7207 |
16,7207 | 16 16 | Fairy And Devil 7207 |
21,7207 | 21 21 | Fairy And Devil 7207 |
30,7207 | 30 30 | Fairy And Devil 7207 |
31,7207 | 31 31 | Fairy And Devil 7207 |
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) );