home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 16847

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,16847 1 1 Firefly 16847
2,16847 2 2 Firefly 16847
3,16847 3 3 Firefly 16847
4,16847 4 4 Firefly 16847
8,16847 8 8 Firefly 16847
9,16847 9 9 Firefly 16847
13,16847 13 13 Firefly 16847
14,16847 14 14 Firefly 16847
31,16847 31 31 Firefly 16847

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