home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 1141

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1141 1 1 JumpBall 2 — JumpBall 1141
2,1141 2 2 JumpBall 2 — JumpBall 1141
3,1141 3 3 JumpBall 2 — JumpBall 1141
9,1141 9 9 JumpBall 2 — JumpBall 1141
12,1141 12 12 JumpBall 2 — JumpBall 1141
13,1141 13 13 JumpBall 2 — JumpBall 1141
15,1141 15 15 JumpBall 2 — JumpBall 1141
16,1141 16 16 JumpBall 2 — JumpBall 1141
17,1141 17 17 JumpBall 2 — JumpBall 1141
20,1141 20 20 JumpBall 2 — JumpBall 1141
285,1141 285 285 JumpBall 2 — JumpBall 1141

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