home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

7 rows where steam_app_pk = 3452

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,3452 1 1 Super Pillow Fight 3452
2,3452 2 2 Super Pillow Fight 3452
5,3452 5 5 Super Pillow Fight 3452
16,3452 16 16 Super Pillow Fight 3452
17,3452 17 17 Super Pillow Fight 3452
20,3452 20 20 Super Pillow Fight 3452
285,3452 285 285 Super Pillow Fight 3452

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