home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 1702

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,1702 2 2 Hunt: Showdown 1896 - The Prodigal Daughter 1702
3,1702 3 3 Hunt: Showdown 1896 - The Prodigal Daughter 1702
4,1702 4 4 Hunt: Showdown 1896 - The Prodigal Daughter 1702
5,1702 5 5 Hunt: Showdown 1896 - The Prodigal Daughter 1702
6,1702 6 6 Hunt: Showdown 1896 - The Prodigal Daughter 1702
8,1702 8 8 Hunt: Showdown 1896 - The Prodigal Daughter 1702
9,1702 9 9 Hunt: Showdown 1896 - The Prodigal Daughter 1702
10,1702 10 10 Hunt: Showdown 1896 - The Prodigal Daughter 1702
16,1702 16 16 Hunt: Showdown 1896 - The Prodigal Daughter 1702
21,1702 21 21 Hunt: Showdown 1896 - The Prodigal Daughter 1702
28,1702 28 28 Hunt: Showdown 1896 - The Prodigal Daughter 1702
30,1702 30 30 Hunt: Showdown 1896 - The Prodigal Daughter 1702

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