home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

24 rows where steam_app_pk = 144059

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,144059 1 1 Super Video Golf 144059
2,144059 2 2 Super Video Golf 144059
4,144059 4 4 Super Video Golf 144059
5,144059 5 5 Super Video Golf 144059
6,144059 6 6 Super Video Golf 144059
7,144059 7 7 Super Video Golf 144059
8,144059 8 8 Super Video Golf 144059
13,144059 13 13 Super Video Golf 144059
16,144059 16 16 Super Video Golf 144059
17,144059 17 17 Super Video Golf 144059
19,144059 19 19 Super Video Golf 144059
20,144059 20 20 Super Video Golf 144059
21,144059 21 21 Super Video Golf 144059
24,144059 24 24 Super Video Golf 144059
28,144059 28 28 Super Video Golf 144059
34,144059 34 34 Super Video Golf 144059
285,144059 285 285 Super Video Golf 144059
286,144059 286 286 Super Video Golf 144059
287,144059 287 287 Super Video Golf 144059
288,144059 288 288 Super Video Golf 144059
292,144059 292 292 Super Video Golf 144059
297,144059 297 297 Super Video Golf 144059
299,144059 299 299 Super Video Golf 144059
301,144059 301 301 Super Video Golf 144059

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