home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 898

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,898 1 1 The Wild Eight 898
2,898 2 2 The Wild Eight 898
4,898 4 4 The Wild Eight 898
5,898 5 5 The Wild Eight 898
6,898 6 6 The Wild Eight 898
9,898 9 9 The Wild Eight 898
10,898 10 10 The Wild Eight 898
18,898 18 18 The Wild Eight 898
28,898 28 28 The Wild Eight 898
285,898 285 285 The Wild Eight 898

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