home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 72850

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,72850 1 1 A Mysterious Gallery 72850
4,72850 4 4 A Mysterious Gallery 72850
7,72850 7 7 A Mysterious Gallery 72850
18,72850 18 18 A Mysterious Gallery 72850
285,72850 285 285 A Mysterious Gallery 72850
290,72850 290 290 A Mysterious Gallery 72850
291,72850 291 291 A Mysterious Gallery 72850
292,72850 292 292 A Mysterious Gallery 72850
295,72850 295 295 A Mysterious Gallery 72850
296,72850 296 296 A Mysterious Gallery 72850
298,72850 298 298 A Mysterious Gallery 72850
299,72850 299 299 A Mysterious Gallery 72850

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