home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

18 rows where steam_app_pk = 875

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,875 1 1 GentRacing 875
2,875 2 2 GentRacing 875
4,875 4 4 GentRacing 875
8,875 8 8 GentRacing 875
9,875 9 9 GentRacing 875
10,875 10 10 GentRacing 875
11,875 11 11 GentRacing 875
12,875 12 12 GentRacing 875
13,875 13 13 GentRacing 875
14,875 14 14 GentRacing 875
15,875 15 15 GentRacing 875
16,875 16 16 GentRacing 875
17,875 17 17 GentRacing 875
21,875 21 21 GentRacing 875
24,875 24 24 GentRacing 875
27,875 27 27 GentRacing 875
34,875 34 34 GentRacing 875
285,875 285 285 GentRacing 875

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