home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 14479

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,14479 1 1 Bad Business 14479
4,14479 4 4 Bad Business 14479
5,14479 5 5 Bad Business 14479
7,14479 7 7 Bad Business 14479
8,14479 8 8 Bad Business 14479
19,14479 19 19 Bad Business 14479
24,14479 24 24 Bad Business 14479
27,14479 27 27 Bad Business 14479
285,14479 285 285 Bad Business 14479
287,14479 287 287 Bad Business 14479
290,14479 290 290 Bad Business 14479
295,14479 295 295 Bad Business 14479

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