home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 17753

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,17753 1 1 The Evil Within 17753
4,17753 4 4 The Evil Within 17753
5,17753 5 5 The Evil Within 17753
6,17753 6 6 The Evil Within 17753
7,17753 7 7 The Evil Within 17753
18,17753 18 18 The Evil Within 17753
28,17753 28 28 The Evil Within 17753
285,17753 285 285 The Evil Within 17753
292,17753 292 292 The Evil Within 17753
296,17753 296 296 The Evil Within 17753
299,17753 299 299 The Evil Within 17753

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