home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 106

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,106 2 2 Counter-Strike: Source 106
4,106 4 4 Counter-Strike: Source 106
7,106 7 7 Counter-Strike: Source 106
14,106 14 14 Counter-Strike: Source 106
22,106 22 22 Counter-Strike: Source 106
24,106 24 24 Counter-Strike: Source 106
29,106 29 29 Counter-Strike: Source 106
285,106 285 285 Counter-Strike: Source 106
287,106 287 287 Counter-Strike: Source 106
292,106 292 292 Counter-Strike: Source 106
295,106 295 295 Counter-Strike: Source 106
296,106 296 296 Counter-Strike: Source 106
298,106 298 298 Counter-Strike: Source 106
299,106 299 299 Counter-Strike: Source 106

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