home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 8383

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,8383 1 1 Celtreos 8383
2,8383 2 2 Celtreos 8383
5,8383 5 5 Celtreos 8383
9,8383 9 9 Celtreos 8383
12,8383 12 12 Celtreos 8383
13,8383 13 13 Celtreos 8383
285,8383 285 285 Celtreos 8383
287,8383 287 287 Celtreos 8383
288,8383 288 288 Celtreos 8383
289,8383 289 289 Celtreos 8383
291,8383 291 291 Celtreos 8383
292,8383 292 292 Celtreos 8383
293,8383 293 293 Celtreos 8383
297,8383 297 297 Celtreos 8383

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