home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 96119

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,96119 1 1 Realms of Magic 96119
4,96119 4 4 Realms of Magic 96119
6,96119 6 6 Realms of Magic 96119
7,96119 7 7 Realms of Magic 96119
285,96119 285 285 Realms of Magic 96119
287,96119 287 287 Realms of Magic 96119
291,96119 291 291 Realms of Magic 96119
292,96119 292 292 Realms of Magic 96119
297,96119 297 297 Realms of Magic 96119
299,96119 299 299 Realms of Magic 96119

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