home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 207649

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,207649 1 1 Swap Fire 207649
2,207649 2 2 Swap Fire 207649
5,207649 5 5 Swap Fire 207649
13,207649 13 13 Swap Fire 207649
16,207649 16 16 Swap Fire 207649
17,207649 17 17 Swap Fire 207649
20,207649 20 20 Swap Fire 207649
28,207649 28 28 Swap Fire 207649
285,207649 285 285 Swap Fire 207649

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