home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 114263

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,114263 1 1 Parabolus Two 114263
4,114263 4 4 Parabolus Two 114263
5,114263 5 5 Parabolus Two 114263
7,114263 7 7 Parabolus Two 114263
285,114263 285 285 Parabolus Two 114263
287,114263 287 287 Parabolus Two 114263
288,114263 288 288 Parabolus Two 114263
290,114263 290 290 Parabolus Two 114263
291,114263 291 291 Parabolus Two 114263
292,114263 292 292 Parabolus Two 114263
293,114263 293 293 Parabolus Two 114263
295,114263 295 295 Parabolus Two 114263
296,114263 296 296 Parabolus Two 114263
299,114263 299 299 Parabolus Two 114263

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