home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

8 rows where steam_app_pk = 6396

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,6396 2 2 Hunter's Arena: Legends 6396
9,6396 9 9 Hunter's Arena: Legends 6396
10,6396 10 10 Hunter's Arena: Legends 6396
15,6396 15 15 Hunter's Arena: Legends 6396
16,6396 16 16 Hunter's Arena: Legends 6396
21,6396 21 21 Hunter's Arena: Legends 6396
31,6396 31 31 Hunter's Arena: Legends 6396
285,6396 285 285 Hunter's Arena: Legends 6396

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