categorysteamapplink
Data source: steam-to-sqlite
11 rows where steam_app_pk = 456
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 1,456 | 1 1 | SUBS: Sharks And Submarines 456 |
| 2,456 | 2 2 | SUBS: Sharks And Submarines 456 |
| 4,456 | 4 4 | SUBS: Sharks And Submarines 456 |
| 8,456 | 8 8 | SUBS: Sharks And Submarines 456 |
| 9,456 | 9 9 | SUBS: Sharks And Submarines 456 |
| 12,456 | 12 12 | SUBS: Sharks And Submarines 456 |
| 15,456 | 15 15 | SUBS: Sharks And Submarines 456 |
| 16,456 | 16 16 | SUBS: Sharks And Submarines 456 |
| 17,456 | 17 17 | SUBS: Sharks And Submarines 456 |
| 20,456 | 20 20 | SUBS: Sharks And Submarines 456 |
| 285,456 | 285 285 | SUBS: Sharks And Submarines 456 |
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) );