home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 13592

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,13592 1 1 RUNNER 13592
4,13592 4 4 RUNNER 13592
7,13592 7 7 RUNNER 13592
8,13592 8 8 RUNNER 13592
281,13592 281 281 RUNNER 13592
283,13592 283 283 RUNNER 13592
285,13592 285 285 RUNNER 13592
287,13592 287 287 RUNNER 13592
290,13592 290 290 RUNNER 13592
292,13592 292 292 RUNNER 13592
295,13592 295 295 RUNNER 13592
296,13592 296 296 RUNNER 13592
297,13592 297 297 RUNNER 13592
299,13592 299 299 RUNNER 13592

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