home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 345

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,345 1 1 The Disney Afternoon Collection 345
2,345 2 2 The Disney Afternoon Collection 345
4,345 4 4 The Disney Afternoon Collection 345
6,345 6 6 The Disney Afternoon Collection 345
7,345 7 7 The Disney Afternoon Collection 345
8,345 8 8 The Disney Afternoon Collection 345
9,345 9 9 The Disney Afternoon Collection 345
12,345 12 12 The Disney Afternoon Collection 345
13,345 13 13 The Disney Afternoon Collection 345
15,345 15 15 The Disney Afternoon Collection 345
20,345 20 20 The Disney Afternoon Collection 345
285,345 285 285 The Disney Afternoon Collection 345

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