home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 223299

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,223299 1 1 Dicey Chess 223299
2,223299 2 2 Dicey Chess 223299
4,223299 4 4 Dicey Chess 223299
5,223299 5 5 Dicey Chess 223299
7,223299 7 7 Dicey Chess 223299
13,223299 13 13 Dicey Chess 223299
14,223299 14 14 Dicey Chess 223299
16,223299 16 16 Dicey Chess 223299
17,223299 17 17 Dicey Chess 223299
20,223299 20 20 Dicey Chess 223299
21,223299 21 21 Dicey Chess 223299
34,223299 34 34 Dicey Chess 223299
285,223299 285 285 Dicey Chess 223299
286,223299 286 286 Dicey Chess 223299

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