home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

17 rows where steam_app_pk = 191897

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,191897 1 1 Temtem: Swarm 191897
2,191897 2 2 Temtem: Swarm 191897
4,191897 4 4 Temtem: Swarm 191897
5,191897 5 5 Temtem: Swarm 191897
6,191897 6 6 Temtem: Swarm 191897
7,191897 7 7 Temtem: Swarm 191897
9,191897 9 9 Temtem: Swarm 191897
10,191897 10 10 Temtem: Swarm 191897
28,191897 28 28 Temtem: Swarm 191897
285,191897 285 285 Temtem: Swarm 191897
286,191897 286 286 Temtem: Swarm 191897
287,191897 287 287 Temtem: Swarm 191897
288,191897 288 288 Temtem: Swarm 191897
289,191897 289 289 Temtem: Swarm 191897
290,191897 290 290 Temtem: Swarm 191897
292,191897 292 292 Temtem: Swarm 191897
295,191897 295 295 Temtem: Swarm 191897

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