home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 84113

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,84113 1 1 Serious Sam VR: The Last Hope 84113
2,84113 2 2 Serious Sam VR: The Last Hope 84113
9,84113 9 9 Serious Sam VR: The Last Hope 84113
10,84113 10 10 Serious Sam VR: The Last Hope 84113
16,84113 16 16 Serious Sam VR: The Last Hope 84113
21,84113 21 21 Serious Sam VR: The Last Hope 84113
35,84113 35 35 Serious Sam VR: The Last Hope 84113
281,84113 281 281 Serious Sam VR: The Last Hope 84113
282,84113 282 282 Serious Sam VR: The Last Hope 84113
285,84113 285 285 Serious Sam VR: The Last Hope 84113

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