home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 1993

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1993 1 1 RealFlight Trainer Edition 1993
2,1993 2 2 RealFlight Trainer Edition 1993
4,1993 4 4 RealFlight Trainer Edition 1993
9,1993 9 9 RealFlight Trainer Edition 1993
10,1993 10 10 RealFlight Trainer Edition 1993
11,1993 11 11 RealFlight Trainer Edition 1993
12,1993 12 12 RealFlight Trainer Edition 1993
13,1993 13 13 RealFlight Trainer Edition 1993
15,1993 15 15 RealFlight Trainer Edition 1993
16,1993 16 16 RealFlight Trainer Edition 1993
21,1993 21 21 RealFlight Trainer Edition 1993
34,1993 34 34 RealFlight Trainer Edition 1993
285,1993 285 285 RealFlight Trainer Edition 1993

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