home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 10250

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,10250 1 1 I See Red 10250
4,10250 4 4 I See Red 10250
5,10250 5 5 I See Red 10250
6,10250 6 6 I See Red 10250
7,10250 7 7 I See Red 10250
24,10250 24 24 I See Red 10250
285,10250 285 285 I See Red 10250
287,10250 287 287 I See Red 10250
290,10250 290 290 I See Red 10250
292,10250 292 292 I See Red 10250
296,10250 296 296 I See Red 10250
297,10250 297 297 I See Red 10250
299,10250 299 299 I See Red 10250

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