categorysteamapplink
Data source: steam-to-sqlite
8 rows where steam_app_pk = 640
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
2,640 | 2 2 | Zero-G Gunfight 640 |
4,640 | 4 4 | Zero-G Gunfight 640 |
13,640 | 13 13 | Zero-G Gunfight 640 |
15,640 | 15 15 | Zero-G Gunfight 640 |
16,640 | 16 16 | Zero-G Gunfight 640 |
17,640 | 17 17 | Zero-G Gunfight 640 |
20,640 | 20 20 | Zero-G Gunfight 640 |
285,640 | 285 285 | Zero-G Gunfight 640 |
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) );