home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 2066

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2066 1 1 Punch Planet - Costume - Cid - Commando 2066
2,2066 2 2 Punch Planet - Costume - Cid - Commando 2066
3,2066 3 3 Punch Planet - Costume - Cid - Commando 2066
5,2066 5 5 Punch Planet - Costume - Cid - Commando 2066
13,2066 13 13 Punch Planet - Costume - Cid - Commando 2066
16,2066 16 16 Punch Planet - Costume - Cid - Commando 2066
17,2066 17 17 Punch Planet - Costume - Cid - Commando 2066
21,2066 21 21 Punch Planet - Costume - Cid - Commando 2066
285,2066 285 285 Punch Planet - Costume - Cid - Commando 2066

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