home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 1142

✎ View and edit SQL

This data as json, CSV (advanced)

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

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