genresteammapplink
Data source: steam-to-sqlite
7 rows where steam_app_pk = 10976
This data as json, CSV (advanced)
| Link | genre_pk | steam_app_pk |
|---|---|---|
| 1,10976 | 1 1 | Biped 10976 |
| 2,10976 | 2 2 | Biped 10976 |
| 3,10976 | 3 3 | Biped 10976 |
| 5,10976 | 5 5 | Biped 10976 |
| 6,10976 | 6 6 | Biped 10976 |
| 9,10976 | 9 9 | Biped 10976 |
| 10,10976 | 10 10 | Biped 10976 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "genresteammapplink" ( genre_pk INTEGER NOT NULL, steam_app_pk INTEGER NOT NULL, PRIMARY KEY (genre_pk, steam_app_pk), FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk), FOREIGN KEY(genre_pk) REFERENCES genre (pk) );