categorysteamapplink
Data source: steam-to-sqlite
10 rows where steam_app_pk = 5858
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 1,5858 | 1 1 | Undercat Demo 5858 |
| 2,5858 | 2 2 | Undercat Demo 5858 |
| 5,5858 | 5 5 | Undercat Demo 5858 |
| 9,5858 | 9 9 | Undercat Demo 5858 |
| 11,5858 | 11 11 | Undercat Demo 5858 |
| 13,5858 | 13 13 | Undercat Demo 5858 |
| 16,5858 | 16 16 | Undercat Demo 5858 |
| 17,5858 | 17 17 | Undercat Demo 5858 |
| 20,5858 | 20 20 | Undercat Demo 5858 |
| 23,5858 | 23 23 | Undercat Demo 5858 |
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) );