categorysteamapplink
Data source: steam-to-sqlite
13 rows where steam_app_pk = 10650
This data as json, CSV (advanced)
Link | category_pk | steam_app_pk |
---|---|---|
1,10650 | 1 1 | The Durka: You will (not) die 10650 |
4,10650 | 4 4 | The Durka: You will (not) die 10650 |
5,10650 | 5 5 | The Durka: You will (not) die 10650 |
7,10650 | 7 7 | The Durka: You will (not) die 10650 |
8,10650 | 8 8 | The Durka: You will (not) die 10650 |
19,10650 | 19 19 | The Durka: You will (not) die 10650 |
285,10650 | 285 285 | The Durka: You will (not) die 10650 |
288,10650 | 288 288 | The Durka: You will (not) die 10650 |
289,10650 | 289 289 | The Durka: You will (not) die 10650 |
290,10650 | 290 290 | The Durka: You will (not) die 10650 |
291,10650 | 291 291 | The Durka: You will (not) die 10650 |
293,10650 | 293 293 | The Durka: You will (not) die 10650 |
300,10650 | 300 300 | The Durka: You will (not) die 10650 |
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) );