home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 213

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,213 2 2 Team Fortress 2 213
4,213 4 4 Team Fortress 2 213
6,213 6 6 Team Fortress 2 213
14,213 14 14 Team Fortress 2 213
15,213 15 15 Team Fortress 2 213
18,213 18 18 Team Fortress 2 213
19,213 19 19 Team Fortress 2 213
22,213 22 22 Team Fortress 2 213
24,213 24 24 Team Fortress 2 213
25,213 25 25 Team Fortress 2 213
26,213 26 26 Team Fortress 2 213
27,213 27 27 Team Fortress 2 213
30,213 30 30 Team Fortress 2 213
32,213 32 32 Team Fortress 2 213

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