home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

17 rows where steam_app_pk = 64215

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,64215 1 1 GRID Legends 64215
2,64215 2 2 GRID Legends 64215
4,64215 4 4 GRID Legends 64215
6,64215 6 6 GRID Legends 64215
7,64215 7 7 GRID Legends 64215
14,64215 14 14 GRID Legends 64215
15,64215 15 15 GRID Legends 64215
16,64215 16 16 GRID Legends 64215
21,64215 21 21 GRID Legends 64215
30,64215 30 30 GRID Legends 64215
285,64215 285 285 GRID Legends 64215
287,64215 287 287 GRID Legends 64215
288,64215 288 288 GRID Legends 64215
290,64215 290 290 GRID Legends 64215
292,64215 292 292 GRID Legends 64215
297,64215 297 297 GRID Legends 64215
299,64215 299 299 GRID Legends 64215

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