home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

15 rows where steam_app_pk = 22924

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,22924 1 1 Rising Lords 22924
2,22924 2 2 Rising Lords 22924
4,22924 4 4 Rising Lords 22924
5,22924 5 5 Rising Lords 22924
6,22924 6 6 Rising Lords 22924
9,22924 9 9 Rising Lords 22924
10,22924 10 10 Rising Lords 22924
11,22924 11 11 Rising Lords 22924
16,22924 16 16 Rising Lords 22924
19,22924 19 19 Rising Lords 22924
21,22924 21 21 Rising Lords 22924
27,22924 27 27 Rising Lords 22924
34,22924 34 34 Rising Lords 22924
40,22924 40 40 Rising Lords 22924
285,22924 285 285 Rising Lords 22924

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