genresteammapplink
Data source: steam-to-sqlite
7 rows where steam_app_pk = 84737
This data as json, CSV (advanced)
Link | genre_pk | steam_app_pk |
---|---|---|
2,84737 | 2 2 | MyMoney - Support the Developer 84737 |
5,84737 | 5 5 | MyMoney - Support the Developer 84737 |
9,84737 | 9 9 | MyMoney - Support the Developer 84737 |
12,84737 | 12 12 | MyMoney - Support the Developer 84737 |
24,84737 | 24 24 | MyMoney - Support the Developer 84737 |
33,84737 | 33 33 | MyMoney - Support the Developer 84737 |
108,84737 | 108 108 | MyMoney - Support the Developer 84737 |
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) );