categorysteamapplink
Data source: steam-to-sqlite
7 rows where steam_app_pk = 761
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,761 | 1 1 | Resume: The Video Game 761 |
2,761 | 2 2 | Resume: The Video Game 761 |
13,761 | 13 13 | Resume: The Video Game 761 |
15,761 | 15 15 | Resume: The Video Game 761 |
16,761 | 16 16 | Resume: The Video Game 761 |
17,761 | 17 17 | Resume: The Video Game 761 |
20,761 | 20 20 | Resume: The Video Game 761 |
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) );