home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 1371

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1371 1 1 Closers: Deluxe Collector's Edition 1371
2,1371 2 2 Closers: Deluxe Collector's Edition 1371
3,1371 3 3 Closers: Deluxe Collector's Edition 1371
6,1371 6 6 Closers: Deluxe Collector's Edition 1371
9,1371 9 9 Closers: Deluxe Collector's Edition 1371
10,1371 10 10 Closers: Deluxe Collector's Edition 1371
15,1371 15 15 Closers: Deluxe Collector's Edition 1371
21,1371 21 21 Closers: Deluxe Collector's Edition 1371
30,1371 30 30 Closers: Deluxe Collector's Edition 1371
31,1371 31 31 Closers: Deluxe Collector's Edition 1371

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