categorysteamapplink
Data source: steam-to-sqlite
4 rows where steam_app_pk = 229751
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,229751 | 1 1 | The 4th Wall 229751 |
4,229751 | 4 4 | The 4th Wall 229751 |
5,229751 | 5 5 | The 4th Wall 229751 |
285,229751 | 285 285 | The 4th Wall 229751 |
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) );