home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 204155

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,204155 1 1 A Tithe in Blood 204155
4,204155 4 4 A Tithe in Blood 204155
5,204155 5 5 A Tithe in Blood 204155
7,204155 7 7 A Tithe in Blood 204155
285,204155 285 285 A Tithe in Blood 204155
287,204155 287 287 A Tithe in Blood 204155
288,204155 288 288 A Tithe in Blood 204155
289,204155 289 289 A Tithe in Blood 204155
290,204155 290 290 A Tithe in Blood 204155
291,204155 291 291 A Tithe in Blood 204155
292,204155 292 292 A Tithe in Blood 204155
293,204155 293 293 A Tithe in Blood 204155
300,204155 300 300 A Tithe in Blood 204155

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