home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

17 rows where steam_app_pk = 219153

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,219153 2 2 Elementix 219153
4,219153 4 4 Elementix 219153
7,219153 7 7 Elementix 219153
9,219153 9 9 Elementix 219153
10,219153 10 10 Elementix 219153
11,219153 11 11 Elementix 219153
16,219153 16 16 Elementix 219153
18,219153 18 18 Elementix 219153
20,219153 20 20 Elementix 219153
21,219153 21 21 Elementix 219153
30,219153 30 30 Elementix 219153
32,219153 32 32 Elementix 219153
34,219153 34 34 Elementix 219153
40,219153 40 40 Elementix 219153
284,219153 284 284 Elementix 219153
285,219153 285 285 Elementix 219153
286,219153 286 286 Elementix 219153

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