home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 40076

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,40076 1 1 Psychonauts 2 40076
4,40076 4 4 Psychonauts 2 40076
5,40076 5 5 Psychonauts 2 40076
7,40076 7 7 Psychonauts 2 40076
285,40076 285 285 Psychonauts 2 40076
287,40076 287 287 Psychonauts 2 40076
290,40076 290 290 Psychonauts 2 40076
292,40076 292 292 Psychonauts 2 40076
294,40076 294 294 Psychonauts 2 40076
295,40076 295 295 Psychonauts 2 40076
296,40076 296 296 Psychonauts 2 40076
297,40076 297 297 Psychonauts 2 40076
298,40076 298 298 Psychonauts 2 40076

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