home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 1062

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1062 1 1 8infinity 1062
2,1062 2 2 8infinity 1062
4,1062 4 4 8infinity 1062
5,1062 5 5 8infinity 1062
6,1062 6 6 8infinity 1062
7,1062 7 7 8infinity 1062
8,1062 8 8 8infinity 1062
13,1062 13 13 8infinity 1062
14,1062 14 14 8infinity 1062
20,1062 20 20 8infinity 1062
285,1062 285 285 8infinity 1062

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