home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

21 rows where steam_app_pk = 7434

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,7434 1 1 Son of a Witch 7434
2,7434 2 2 Son of a Witch 7434
4,7434 4 4 Son of a Witch 7434
5,7434 5 5 Son of a Witch 7434
6,7434 6 6 Son of a Witch 7434
8,7434 8 8 Son of a Witch 7434
9,7434 9 9 Son of a Witch 7434
10,7434 10 10 Son of a Witch 7434
11,7434 11 11 Son of a Witch 7434
12,7434 12 12 Son of a Witch 7434
13,7434 13 13 Son of a Witch 7434
14,7434 14 14 Son of a Witch 7434
16,7434 16 16 Son of a Witch 7434
17,7434 17 17 Son of a Witch 7434
27,7434 27 27 Son of a Witch 7434
285,7434 285 285 Son of a Witch 7434
287,7434 287 287 Son of a Witch 7434
288,7434 288 288 Son of a Witch 7434
295,7434 295 295 Son of a Witch 7434
296,7434 296 296 Son of a Witch 7434
297,7434 297 297 Son of a Witch 7434

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