home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 1221

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1221 1 1 Sageball 1221
2,1221 2 2 Sageball 1221
5,1221 5 5 Sageball 1221
9,1221 9 9 Sageball 1221
12,1221 12 12 Sageball 1221
13,1221 13 13 Sageball 1221
16,1221 16 16 Sageball 1221
17,1221 17 17 Sageball 1221
20,1221 20 20 Sageball 1221
285,1221 285 285 Sageball 1221

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