home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 36789

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,36789 1 1 Uncraft World 36789
2,36789 2 2 Uncraft World 36789
4,36789 4 4 Uncraft World 36789
5,36789 5 5 Uncraft World 36789
6,36789 6 6 Uncraft World 36789
7,36789 7 7 Uncraft World 36789
19,36789 19 19 Uncraft World 36789
27,36789 27 27 Uncraft World 36789
40,36789 40 40 Uncraft World 36789
285,36789 285 285 Uncraft World 36789

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