categorysteamapplink
Data source: steam-to-sqlite
6 rows where steam_app_pk = 9351
This data as json, CSV (advanced)
| Link | category_pk | steam_app_pk |
|---|---|---|
| 1,9351 | 1 1 | Factory Defense 9351 |
| 2,9351 | 2 2 | Factory Defense 9351 |
| 9,9351 | 9 9 | Factory Defense 9351 |
| 10,9351 | 10 10 | Factory Defense 9351 |
| 11,9351 | 11 11 | Factory Defense 9351 |
| 285,9351 | 285 285 | Factory Defense 9351 |
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) );