home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 456

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,456 1 1 SUBS: Sharks And Submarines 456
2,456 2 2 SUBS: Sharks And Submarines 456
4,456 4 4 SUBS: Sharks And Submarines 456
8,456 8 8 SUBS: Sharks And Submarines 456
9,456 9 9 SUBS: Sharks And Submarines 456
12,456 12 12 SUBS: Sharks And Submarines 456
15,456 15 15 SUBS: Sharks And Submarines 456
16,456 16 16 SUBS: Sharks And Submarines 456
17,456 17 17 SUBS: Sharks And Submarines 456
20,456 20 20 SUBS: Sharks And Submarines 456
285,456 285 285 SUBS: Sharks And Submarines 456

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