home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

15 rows where steam_app_pk = 10598

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,10598 1 1 PumPum 10598
2,10598 2 2 PumPum 10598
4,10598 4 4 PumPum 10598
5,10598 5 5 PumPum 10598
6,10598 6 6 PumPum 10598
7,10598 7 7 PumPum 10598
8,10598 8 8 PumPum 10598
9,10598 9 9 PumPum 10598
12,10598 12 12 PumPum 10598
13,10598 13 13 PumPum 10598
20,10598 20 20 PumPum 10598
25,10598 25 25 PumPum 10598
26,10598 26 26 PumPum 10598
28,10598 28 28 PumPum 10598
285,10598 285 285 PumPum 10598

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