home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 60296

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,60296 1 1 AfterTheCloud 60296
2,60296 2 2 AfterTheCloud 60296
4,60296 4 4 AfterTheCloud 60296
5,60296 5 5 AfterTheCloud 60296
9,60296 9 9 AfterTheCloud 60296
10,60296 10 10 AfterTheCloud 60296
18,60296 18 18 AfterTheCloud 60296
24,60296 24 24 AfterTheCloud 60296
31,60296 31 31 AfterTheCloud 60296
40,60296 40 40 AfterTheCloud 60296
285,60296 285 285 AfterTheCloud 60296

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