home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

17 rows where steam_app_pk = 3051

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,3051 1 1 Fling to the Finish 3051
2,3051 2 2 Fling to the Finish 3051
4,3051 4 4 Fling to the Finish 3051
5,3051 5 5 Fling to the Finish 3051
6,3051 6 6 Fling to the Finish 3051
7,3051 7 7 Fling to the Finish 3051
8,3051 8 8 Fling to the Finish 3051
9,3051 9 9 Fling to the Finish 3051
10,3051 10 10 Fling to the Finish 3051
12,3051 12 12 Fling to the Finish 3051
13,3051 13 13 Fling to the Finish 3051
16,3051 16 16 Fling to the Finish 3051
17,3051 17 17 Fling to the Finish 3051
20,3051 20 20 Fling to the Finish 3051
21,3051 21 21 Fling to the Finish 3051
28,3051 28 28 Fling to the Finish 3051
285,3051 285 285 Fling to the Finish 3051

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