home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 16588

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,16588 2 2 Witch It 16588
4,16588 4 4 Witch It 16588
5,16588 5 5 Witch It 16588
6,16588 6 6 Witch It 16588
7,16588 7 7 Witch It 16588
16,16588 16 16 Witch It 16588
19,16588 19 19 Witch It 16588
21,16588 21 21 Witch It 16588
22,16588 22 22 Witch It 16588
24,16588 24 24 Witch It 16588
27,16588 27 27 Witch It 16588
285,16588 285 285 Witch It 16588

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