home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 1626

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1626 1 1 Containment Initiative 1626
2,1626 2 2 Containment Initiative 1626
4,1626 4 4 Containment Initiative 1626
6,1626 6 6 Containment Initiative 1626
7,1626 7 7 Containment Initiative 1626
8,1626 8 8 Containment Initiative 1626
9,1626 9 9 Containment Initiative 1626
12,1626 12 12 Containment Initiative 1626
13,1626 13 13 Containment Initiative 1626
20,1626 20 20 Containment Initiative 1626
281,1626 281 281 Containment Initiative 1626
282,1626 282 282 Containment Initiative 1626
285,1626 285 285 Containment Initiative 1626

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