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