home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 87792

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,87792 1 1 Police Simulator: Patrol Officers 87792
2,87792 2 2 Police Simulator: Patrol Officers 87792
4,87792 4 4 Police Simulator: Patrol Officers 87792
7,87792 7 7 Police Simulator: Patrol Officers 87792
9,87792 9 9 Police Simulator: Patrol Officers 87792
10,87792 10 10 Police Simulator: Patrol Officers 87792
15,87792 15 15 Police Simulator: Patrol Officers 87792
285,87792 285 285 Police Simulator: Patrol Officers 87792
287,87792 287 287 Police Simulator: Patrol Officers 87792
295,87792 295 295 Police Simulator: Patrol Officers 87792
297,87792 297 297 Police Simulator: Patrol Officers 87792
298,87792 298 298 Police Simulator: Patrol Officers 87792

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