genresteammapplink
Data source: steam-to-sqlite
8 rows where steam_app_pk = 58325
This data as json, CSV (advanced)
| Link | genre_pk | steam_app_pk |
|---|---|---|
| 1,58325 | 1 1 | Shooty 58325 |
| 2,58325 | 2 2 | Shooty 58325 |
| 3,58325 | 3 3 | Shooty 58325 |
| 12,58325 | 12 12 | Shooty 58325 |
| 16,58325 | 16 16 | Shooty 58325 |
| 24,58325 | 24 24 | Shooty 58325 |
| 26,58325 | 26 26 | Shooty 58325 |
| 33,58325 | 33 33 | Shooty 58325 |
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) );