home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 50977

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,50977 1 1 The Spirit and the Mouse 50977
4,50977 4 4 The Spirit and the Mouse 50977
5,50977 5 5 The Spirit and the Mouse 50977
7,50977 7 7 The Spirit and the Mouse 50977
285,50977 285 285 The Spirit and the Mouse 50977
287,50977 287 287 The Spirit and the Mouse 50977
289,50977 289 289 The Spirit and the Mouse 50977
291,50977 291 291 The Spirit and the Mouse 50977
292,50977 292 292 The Spirit and the Mouse 50977
298,50977 298 298 The Spirit and the Mouse 50977

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