home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 30112

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,30112 2 2 Holdfast: Nations At War 30112
4,30112 4 4 Holdfast: Nations At War 30112
5,30112 5 5 Holdfast: Nations At War 30112
6,30112 6 6 Holdfast: Nations At War 30112
8,30112 8 8 Holdfast: Nations At War 30112
16,30112 16 16 Holdfast: Nations At War 30112
19,30112 19 19 Holdfast: Nations At War 30112
21,30112 21 21 Holdfast: Nations At War 30112
24,30112 24 24 Holdfast: Nations At War 30112
27,30112 27 27 Holdfast: Nations At War 30112
29,30112 29 29 Holdfast: Nations At War 30112
31,30112 31 31 Holdfast: Nations At War 30112

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