home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

20 rows where steam_app_pk = 239

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,239 1 1 Left 4 Dead 239
2,239 2 2 Left 4 Dead 239
4,239 4 4 Left 4 Dead 239
5,239 5 5 Left 4 Dead 239
7,239 7 7 Left 4 Dead 239
8,239 8 8 Left 4 Dead 239
9,239 9 9 Left 4 Dead 239
18,239 18 18 Left 4 Dead 239
22,239 22 22 Left 4 Dead 239
24,239 24 24 Left 4 Dead 239
28,239 28 28 Left 4 Dead 239
29,239 29 29 Left 4 Dead 239
32,239 32 32 Left 4 Dead 239
285,239 285 285 Left 4 Dead 239
287,239 287 287 Left 4 Dead 239
292,239 292 292 Left 4 Dead 239
295,239 295 295 Left 4 Dead 239
296,239 296 296 Left 4 Dead 239
297,239 297 297 Left 4 Dead 239
299,239 299 299 Left 4 Dead 239

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