home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 28453

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,28453 1 1 Behind the Frame: The Finest Scenery 28453
4,28453 4 4 Behind the Frame: The Finest Scenery 28453
5,28453 5 5 Behind the Frame: The Finest Scenery 28453
6,28453 6 6 Behind the Frame: The Finest Scenery 28453
7,28453 7 7 Behind the Frame: The Finest Scenery 28453
25,28453 25 25 Behind the Frame: The Finest Scenery 28453
26,28453 26 26 Behind the Frame: The Finest Scenery 28453
285,28453 285 285 Behind the Frame: The Finest Scenery 28453
287,28453 287 287 Behind the Frame: The Finest Scenery 28453
289,28453 289 289 Behind the Frame: The Finest Scenery 28453
290,28453 290 290 Behind the Frame: The Finest Scenery 28453
292,28453 292 292 Behind the Frame: The Finest Scenery 28453

Advanced export

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

CSV options:

CREATE TABLE "categorysteamapplink" (
	category_pk INTEGER NOT NULL, 
	steam_app_pk INTEGER NOT NULL, 
	PRIMARY KEY (category_pk, steam_app_pk), 
	FOREIGN KEY(steam_app_pk) REFERENCES steam_app (pk), 
	FOREIGN KEY(category_pk) REFERENCES category (pk)
);
Powered by Datasette · Queries took 964.006ms · Data source: steam-to-sqlite