home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 61673

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,61673 2 2 Tactics Forever 61673
4,61673 4 4 Tactics Forever 61673
7,61673 7 7 Tactics Forever 61673
14,61673 14 14 Tactics Forever 61673
15,61673 15 15 Tactics Forever 61673
16,61673 16 16 Tactics Forever 61673
21,61673 21 21 Tactics Forever 61673
24,61673 24 24 Tactics Forever 61673
30,61673 30 30 Tactics Forever 61673
31,61673 31 31 Tactics Forever 61673
40,61673 40 40 Tactics Forever 61673
285,61673 285 285 Tactics Forever 61673

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