home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 892

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,892 1 1 Super Snow Fight 892
2,892 2 2 Super Snow Fight 892
4,892 4 4 Super Snow Fight 892
5,892 5 5 Super Snow Fight 892
9,892 9 9 Super Snow Fight 892
12,892 12 12 Super Snow Fight 892
13,892 13 13 Super Snow Fight 892
16,892 16 16 Super Snow Fight 892
17,892 17 17 Super Snow Fight 892
20,892 20 20 Super Snow Fight 892
285,892 285 285 Super Snow Fight 892

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