home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

16 rows where steam_app_pk = 375

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,375 1 1 Superliminal 375
2,375 2 2 Superliminal 375
4,375 4 4 Superliminal 375
5,375 5 5 Superliminal 375
6,375 6 6 Superliminal 375
7,375 7 7 Superliminal 375
9,375 9 9 Superliminal 375
10,375 10 10 Superliminal 375
16,375 16 16 Superliminal 375
18,375 18 18 Superliminal 375
19,375 19 19 Superliminal 375
21,375 21 21 Superliminal 375
27,375 27 27 Superliminal 375
28,375 28 28 Superliminal 375
32,375 32 32 Superliminal 375
285,375 285 285 Superliminal 375

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