home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 3408

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,3408 1 1 Survive the Fall 3408
4,3408 4 4 Survive the Fall 3408
5,3408 5 5 Survive the Fall 3408
6,3408 6 6 Survive the Fall 3408
7,3408 7 7 Survive the Fall 3408
285,3408 285 285 Survive the Fall 3408
287,3408 287 287 Survive the Fall 3408
290,3408 290 290 Survive the Fall 3408
292,3408 292 292 Survive the Fall 3408
297,3408 297 297 Survive the Fall 3408
298,3408 298 298 Survive the Fall 3408

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