genresteammapplink
Data source: steam-to-sqlite
4 rows where steam_app_pk = 23
This data as json, CSV (advanced)
| Link | genre_pk | steam_app_pk |
|---|---|---|
| 1,23 | 1 1 | Border closure 边境封闭 23 |
| 3,23 | 3 3 | Border closure 边境封闭 23 |
| 7,23 | 7 7 | Border closure 边境封闭 23 |
| 8,23 | 8 8 | Border closure 边境封闭 23 |
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) );