home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 30419

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,30419 1 1 Eye of the Temple 30419
4,30419 4 4 Eye of the Temple 30419
7,30419 7 7 Eye of the Temple 30419
8,30419 8 8 Eye of the Temple 30419
281,30419 281 281 Eye of the Temple 30419
282,30419 282 282 Eye of the Temple 30419
285,30419 285 285 Eye of the Temple 30419
287,30419 287 287 Eye of the Temple 30419
292,30419 292 292 Eye of the Temple 30419
295,30419 295 295 Eye of the Temple 30419
296,30419 296 296 Eye of the Temple 30419
298,30419 298 298 Eye of the Temple 30419

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