home / database

Menu
  • GraphQL API

genresteammapplink

Table actions
  • GraphQL API for genresteammapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 115509

✎ View and edit SQL

This data as json, CSV (advanced)

Link genre_pk steam_app_pk
12,115509 12 12 VeeR VR:VR Video and Movie Platform 115509
13,115509 13 13 VeeR VR:VR Video and Movie Platform 115509
14,115509 14 14 VeeR VR:VR Video and Movie Platform 115509
15,115509 15 15 VeeR VR:VR Video and Movie Platform 115509
16,115509 16 16 VeeR VR:VR Video and Movie Platform 115509
17,115509 17 17 VeeR VR:VR Video and Movie Platform 115509
21,115509 21 21 VeeR VR:VR Video and Movie Platform 115509
22,115509 22 22 VeeR VR:VR Video and Movie Platform 115509
24,115509 24 24 VeeR VR:VR Video and Movie Platform 115509
26,115509 26 26 VeeR VR:VR Video and Movie Platform 115509
33,115509 33 33 VeeR VR:VR Video and Movie Platform 115509

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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)
);
Powered by Datasette · Queries took 1023.488ms · Data source: steam-to-sqlite