home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 77606

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,77606 1 1 Spirit Island 77606
2,77606 2 2 Spirit Island 77606
4,77606 4 4 Spirit Island 77606
6,77606 6 6 Spirit Island 77606
7,77606 7 7 Spirit Island 77606
9,77606 9 9 Spirit Island 77606
10,77606 10 10 Spirit Island 77606
12,77606 12 12 Spirit Island 77606
13,77606 13 13 Spirit Island 77606
14,77606 14 14 Spirit Island 77606
20,77606 20 20 Spirit Island 77606
24,77606 24 24 Spirit Island 77606
285,77606 285 285 Spirit Island 77606
286,77606 286 286 Spirit Island 77606

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