home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 9884

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,9884 1 1 Dark Nights with Poe and Munro 9884
4,9884 4 4 Dark Nights with Poe and Munro 9884
5,9884 5 5 Dark Nights with Poe and Munro 9884
6,9884 6 6 Dark Nights with Poe and Munro 9884
7,9884 7 7 Dark Nights with Poe and Munro 9884
285,9884 285 285 Dark Nights with Poe and Munro 9884
287,9884 287 287 Dark Nights with Poe and Munro 9884
289,9884 289 289 Dark Nights with Poe and Munro 9884
290,9884 290 290 Dark Nights with Poe and Munro 9884
295,9884 295 295 Dark Nights with Poe and Munro 9884
297,9884 297 297 Dark Nights with Poe and Munro 9884
298,9884 298 298 Dark Nights with Poe and Munro 9884

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