home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 64550

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,64550 1 1 Dreamhouse: The Game 64550
2,64550 2 2 Dreamhouse: The Game 64550
4,64550 4 4 Dreamhouse: The Game 64550
5,64550 5 5 Dreamhouse: The Game 64550
7,64550 7 7 Dreamhouse: The Game 64550
9,64550 9 9 Dreamhouse: The Game 64550
10,64550 10 10 Dreamhouse: The Game 64550
16,64550 16 16 Dreamhouse: The Game 64550
19,64550 19 19 Dreamhouse: The Game 64550
21,64550 21 21 Dreamhouse: The Game 64550
27,64550 27 27 Dreamhouse: The Game 64550
36,64550 36 36 Dreamhouse: The Game 64550
285,64550 285 285 Dreamhouse: The Game 64550

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 901.164ms · Data source: steam-to-sqlite