genresteammapplink
Data source: steam-to-sqlite
5 rows where steam_app_pk = 160463
This data as json, CSV (advanced)
Link | genre_pk | steam_app_pk |
---|---|---|
8,160463 | 8 8 | RPG Maker MV - Food Icon Set 160463 |
16,160463 | 16 16 | RPG Maker MV - Food Icon Set 160463 |
17,160463 | 17 17 | RPG Maker MV - Food Icon Set 160463 |
21,160463 | 21 21 | RPG Maker MV - Food Icon Set 160463 |
24,160463 | 24 24 | RPG Maker MV - Food Icon Set 160463 |
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) );