home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

18 rows where steam_app_pk = 95529

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,95529 1 1 The Bus 95529
2,95529 2 2 The Bus 95529
5,95529 5 5 The Bus 95529
9,95529 9 9 The Bus 95529
10,95529 10 10 The Bus 95529
19,95529 19 19 The Bus 95529
27,95529 27 27 The Bus 95529
285,95529 285 285 The Bus 95529
287,95529 287 287 The Bus 95529
288,95529 288 288 The Bus 95529
289,95529 289 289 The Bus 95529
290,95529 290 290 The Bus 95529
291,95529 291 291 The Bus 95529
295,95529 295 295 The Bus 95529
296,95529 296 296 The Bus 95529
297,95529 297 297 The Bus 95529
298,95529 298 298 The Bus 95529
299,95529 299 299 The Bus 95529

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