home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

21 rows where steam_app_pk = 10976

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,10976 1 1 Biped 10976
2,10976 2 2 Biped 10976
4,10976 4 4 Biped 10976
5,10976 5 5 Biped 10976
6,10976 6 6 Biped 10976
7,10976 7 7 Biped 10976
9,10976 9 9 Biped 10976
10,10976 10 10 Biped 10976
12,10976 12 12 Biped 10976
14,10976 14 14 Biped 10976
19,10976 19 19 Biped 10976
20,10976 20 20 Biped 10976
25,10976 25 25 Biped 10976
27,10976 27 27 Biped 10976
28,10976 28 28 Biped 10976
36,10976 36 36 Biped 10976
285,10976 285 285 Biped 10976
287,10976 287 287 Biped 10976
289,10976 289 289 Biped 10976
290,10976 290 290 Biped 10976
292,10976 292 292 Biped 10976

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