home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 289

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,289 1 1 Alien Swarm 289
2,289 2 2 Alien Swarm 289
4,289 4 4 Alien Swarm 289
7,289 7 7 Alien Swarm 289
9,289 9 9 Alien Swarm 289
18,289 18 18 Alien Swarm 289
24,289 24 24 Alien Swarm 289
27,289 27 27 Alien Swarm 289
287,289 287 287 Alien Swarm 289
292,289 292 292 Alien Swarm 289
295,289 295 295 Alien Swarm 289
296,289 296 296 Alien Swarm 289
297,289 297 297 Alien Swarm 289
299,289 299 299 Alien Swarm 289

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