home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 2874

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2874 1 1 ARK Park 2874
2,2874 2 2 ARK Park 2874
9,2874 9 9 ARK Park 2874
10,2874 10 10 ARK Park 2874
12,2874 12 12 ARK Park 2874
16,2874 16 16 ARK Park 2874
17,2874 17 17 ARK Park 2874
20,2874 20 20 ARK Park 2874
21,2874 21 21 ARK Park 2874
281,2874 281 281 ARK Park 2874
282,2874 282 282 ARK Park 2874
285,2874 285 285 ARK Park 2874

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