categorysteamapplink
Data source: steam-to-sqlite
7 rows where steam_app_pk = 532
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 2,532 | 2 2 | stein.world 532 |
| 9,532 | 9 9 | stein.world 532 |
| 10,532 | 10 10 | stein.world 532 |
| 14,532 | 14 14 | stein.world 532 |
| 16,532 | 16 16 | stein.world 532 |
| 21,532 | 21 21 | stein.world 532 |
| 31,532 | 31 31 | stein.world 532 |
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) );