home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 25007

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,25007 1 1 Quible Sphere 25007
4,25007 4 4 Quible Sphere 25007
5,25007 5 5 Quible Sphere 25007
7,25007 7 7 Quible Sphere 25007
8,25007 8 8 Quible Sphere 25007
19,25007 19 19 Quible Sphere 25007
24,25007 24 24 Quible Sphere 25007
27,25007 27 27 Quible Sphere 25007
285,25007 285 285 Quible Sphere 25007
287,25007 287 287 Quible Sphere 25007
290,25007 290 290 Quible Sphere 25007

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