home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

18 rows where steam_app_pk = 8262

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,8262 1 1 Survive the Nights 8262
2,8262 2 2 Survive the Nights 8262
4,8262 4 4 Survive the Nights 8262
5,8262 5 5 Survive the Nights 8262
7,8262 7 7 Survive the Nights 8262
9,8262 9 9 Survive the Nights 8262
10,8262 10 10 Survive the Nights 8262
11,8262 11 11 Survive the Nights 8262
16,8262 16 16 Survive the Nights 8262
19,8262 19 19 Survive the Nights 8262
21,8262 21 21 Survive the Nights 8262
24,8262 24 24 Survive the Nights 8262
25,8262 25 25 Survive the Nights 8262
26,8262 26 26 Survive the Nights 8262
28,8262 28 28 Survive the Nights 8262
30,8262 30 30 Survive the Nights 8262
34,8262 34 34 Survive the Nights 8262
285,8262 285 285 Survive the Nights 8262

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