home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 6936

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,6936 1 1 Feel The Snow 6936
2,6936 2 2 Feel The Snow 6936
4,6936 4 4 Feel The Snow 6936
5,6936 5 5 Feel The Snow 6936
6,6936 6 6 Feel The Snow 6936
7,6936 7 7 Feel The Snow 6936
9,6936 9 9 Feel The Snow 6936
10,6936 10 10 Feel The Snow 6936
11,6936 11 11 Feel The Snow 6936
285,6936 285 285 Feel The Snow 6936

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