home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 4010

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,4010 1 1 Time Rifters 4010
4,4010 4 4 Time Rifters 4010
5,4010 5 5 Time Rifters 4010
6,4010 6 6 Time Rifters 4010
8,4010 8 8 Time Rifters 4010
19,4010 19 19 Time Rifters 4010
27,4010 27 27 Time Rifters 4010
32,4010 32 32 Time Rifters 4010
285,4010 285 285 Time Rifters 4010

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