home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 23437

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,23437 1 1 Restitched 23437
2,23437 2 2 Restitched 23437
4,23437 4 4 Restitched 23437
7,23437 7 7 Restitched 23437
9,23437 9 9 Restitched 23437
10,23437 10 10 Restitched 23437
12,23437 12 12 Restitched 23437
13,23437 13 13 Restitched 23437
15,23437 15 15 Restitched 23437
19,23437 19 19 Restitched 23437
20,23437 20 20 Restitched 23437
27,23437 27 27 Restitched 23437
36,23437 36 36 Restitched 23437
285,23437 285 285 Restitched 23437

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