categorysteamapplink
Data source: steam-to-sqlite
16 rows where steam_app_pk = 37523
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,37523 | 1 1 | A Tale of Two Kingdoms 37523 |
4,37523 | 4 4 | A Tale of Two Kingdoms 37523 |
5,37523 | 5 5 | A Tale of Two Kingdoms 37523 |
6,37523 | 6 6 | A Tale of Two Kingdoms 37523 |
7,37523 | 7 7 | A Tale of Two Kingdoms 37523 |
18,37523 | 18 18 | A Tale of Two Kingdoms 37523 |
32,37523 | 32 32 | A Tale of Two Kingdoms 37523 |
285,37523 | 285 285 | A Tale of Two Kingdoms 37523 |
287,37523 | 287 287 | A Tale of Two Kingdoms 37523 |
289,37523 | 289 289 | A Tale of Two Kingdoms 37523 |
290,37523 | 290 290 | A Tale of Two Kingdoms 37523 |
291,37523 | 291 291 | A Tale of Two Kingdoms 37523 |
293,37523 | 293 293 | A Tale of Two Kingdoms 37523 |
295,37523 | 295 295 | A Tale of Two Kingdoms 37523 |
296,37523 | 296 296 | A Tale of Two Kingdoms 37523 |
298,37523 | 298 298 | A Tale of Two Kingdoms 37523 |
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) );