home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

20 rows where steam_app_pk = 183884

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,183884 1 1 Anti-Extinction 183884
2,183884 2 2 Anti-Extinction 183884
4,183884 4 4 Anti-Extinction 183884
9,183884 9 9 Anti-Extinction 183884
10,183884 10 10 Anti-Extinction 183884
11,183884 11 11 Anti-Extinction 183884
12,183884 12 12 Anti-Extinction 183884
13,183884 13 13 Anti-Extinction 183884
14,183884 14 14 Anti-Extinction 183884
16,183884 16 16 Anti-Extinction 183884
17,183884 17 17 Anti-Extinction 183884
19,183884 19 19 Anti-Extinction 183884
21,183884 21 21 Anti-Extinction 183884
30,183884 30 30 Anti-Extinction 183884
31,183884 31 31 Anti-Extinction 183884
32,183884 32 32 Anti-Extinction 183884
34,183884 34 34 Anti-Extinction 183884
284,183884 284 284 Anti-Extinction 183884
285,183884 285 285 Anti-Extinction 183884
286,183884 286 286 Anti-Extinction 183884

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