home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 1083

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1083 1 1 DOOM II 1083
2,1083 2 2 DOOM II 1083
5,1083 5 5 DOOM II 1083
7,1083 7 7 DOOM II 1083
9,1083 9 9 DOOM II 1083
12,1083 12 12 DOOM II 1083
13,1083 13 13 DOOM II 1083
16,1083 16 16 DOOM II 1083
17,1083 17 17 DOOM II 1083
20,1083 20 20 DOOM II 1083
285,1083 285 285 DOOM II 1083

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