home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 66

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,66 1 1 Gleaner Heights 66
4,66 4 4 Gleaner Heights 66
5,66 5 5 Gleaner Heights 66
6,66 6 6 Gleaner Heights 66
7,66 7 7 Gleaner Heights 66
18,66 18 18 Gleaner Heights 66
24,66 24 24 Gleaner Heights 66
28,66 28 28 Gleaner Heights 66
285,66 285 285 Gleaner Heights 66

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