home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

20 rows where steam_app_pk = 768

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,768 1 1 Brawlout 768
2,768 2 2 Brawlout 768
4,768 4 4 Brawlout 768
5,768 5 5 Brawlout 768
8,768 8 8 Brawlout 768
9,768 9 9 Brawlout 768
10,768 10 10 Brawlout 768
12,768 12 12 Brawlout 768
13,768 13 13 Brawlout 768
16,768 16 16 Brawlout 768
17,768 17 17 Brawlout 768
20,768 20 20 Brawlout 768
21,768 21 21 Brawlout 768
28,768 28 28 Brawlout 768
285,768 285 285 Brawlout 768
287,768 287 287 Brawlout 768
290,768 290 290 Brawlout 768
292,768 292 292 Brawlout 768
295,768 295 295 Brawlout 768
297,768 297 297 Brawlout 768

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