home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

6 rows where steam_app_pk = 1840

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1840 1 1 Tennis Elbow Manager 1840
4,1840 4 4 Tennis Elbow Manager 1840
7,1840 7 7 Tennis Elbow Manager 1840
15,1840 15 15 Tennis Elbow Manager 1840
24,1840 24 24 Tennis Elbow Manager 1840
285,1840 285 285 Tennis Elbow Manager 1840

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