home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

8 rows where steam_app_pk = 9613

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,9613 1 1 SuperPower 2 Steam Edition 9613
2,9613 2 2 SuperPower 2 Steam Edition 9613
4,9613 4 4 SuperPower 2 Steam Edition 9613
16,9613 16 16 SuperPower 2 Steam Edition 9613
21,9613 21 21 SuperPower 2 Steam Edition 9613
27,9613 27 27 SuperPower 2 Steam Edition 9613
34,9613 34 34 SuperPower 2 Steam Edition 9613
285,9613 285 285 SuperPower 2 Steam Edition 9613

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