home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 1220

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1220 1 1 SQUAKE 1220
2,1220 2 2 SQUAKE 1220
4,1220 4 4 SQUAKE 1220
6,1220 6 6 SQUAKE 1220
8,1220 8 8 SQUAKE 1220
9,1220 9 9 SQUAKE 1220
10,1220 10 10 SQUAKE 1220
14,1220 14 14 SQUAKE 1220
15,1220 15 15 SQUAKE 1220
16,1220 16 16 SQUAKE 1220
21,1220 21 21 SQUAKE 1220
24,1220 24 24 SQUAKE 1220
285,1220 285 285 SQUAKE 1220

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