home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 3425

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,3425 1 1 From the Depths 3425
2,3425 2 2 From the Depths 3425
4,3425 4 4 From the Depths 3425
6,3425 6 6 From the Depths 3425
8,3425 8 8 From the Depths 3425
9,3425 9 9 From the Depths 3425
10,3425 10 10 From the Depths 3425
15,3425 15 15 From the Depths 3425
16,3425 16 16 From the Depths 3425
18,3425 18 18 From the Depths 3425
19,3425 19 19 From the Depths 3425
21,3425 21 21 From the Depths 3425
27,3425 27 27 From the Depths 3425
285,3425 285 285 From the Depths 3425

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