home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

16 rows where steam_app_pk = 28962

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,28962 1 1 Wingspan 28962
2,28962 2 2 Wingspan 28962
4,28962 4 4 Wingspan 28962
6,28962 6 6 Wingspan 28962
7,28962 7 7 Wingspan 28962
8,28962 8 8 Wingspan 28962
9,28962 9 9 Wingspan 28962
10,28962 10 10 Wingspan 28962
12,28962 12 12 Wingspan 28962
15,28962 15 15 Wingspan 28962
16,28962 16 16 Wingspan 28962
17,28962 17 17 Wingspan 28962
20,28962 20 20 Wingspan 28962
21,28962 21 21 Wingspan 28962
40,28962 40 40 Wingspan 28962
285,28962 285 285 Wingspan 28962

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