home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 50178

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,50178 2 2 Battle Commanders 50178
4,50178 4 4 Battle Commanders 50178
7,50178 7 7 Battle Commanders 50178
9,50178 9 9 Battle Commanders 50178
10,50178 10 10 Battle Commanders 50178
14,50178 14 14 Battle Commanders 50178
19,50178 19 19 Battle Commanders 50178
30,50178 30 30 Battle Commanders 50178
40,50178 40 40 Battle Commanders 50178
285,50178 285 285 Battle Commanders 50178

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