home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 8470

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,8470 2 2 Zombie Panic! Source 8470
4,8470 4 4 Zombie Panic! Source 8470
7,8470 7 7 Zombie Panic! Source 8470
9,8470 9 9 Zombie Panic! Source 8470
10,8470 10 10 Zombie Panic! Source 8470
16,8470 16 16 Zombie Panic! Source 8470
19,8470 19 19 Zombie Panic! Source 8470
21,8470 21 21 Zombie Panic! Source 8470
22,8470 22 22 Zombie Panic! Source 8470
27,8470 27 27 Zombie Panic! Source 8470
29,8470 29 29 Zombie Panic! Source 8470
39,8470 39 39 Zombie Panic! Source 8470
43,8470 43 43 Zombie Panic! Source 8470

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