home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

18 rows where steam_app_pk = 32347

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,32347 1 1 Victoria 3 32347
2,32347 2 2 Victoria 3 32347
4,32347 4 4 Victoria 3 32347
7,32347 7 7 Victoria 3 32347
14,32347 14 14 Victoria 3 32347
16,32347 16 16 Victoria 3 32347
19,32347 19 19 Victoria 3 32347
21,32347 21 21 Victoria 3 32347
285,32347 285 285 Victoria 3 32347
287,32347 287 287 Victoria 3 32347
288,32347 288 288 Victoria 3 32347
289,32347 289 289 Victoria 3 32347
290,32347 290 290 Victoria 3 32347
291,32347 291 291 Victoria 3 32347
292,32347 292 292 Victoria 3 32347
296,32347 296 296 Victoria 3 32347
297,32347 297 297 Victoria 3 32347
299,32347 299 299 Victoria 3 32347

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