home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 4030

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,4030 2 2 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
3,4030 3 3 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
4,4030 4 4 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
6,4030 6 6 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
15,4030 15 15 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
19,4030 19 19 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
21,4030 21 21 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
24,4030 24 24 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
27,4030 27 27 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030
285,4030 285 285 Rising Storm 2: Vietnam - Man Down Under Cosmetic DLC 4030

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