home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 76297

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,76297 1 1 Anyland 76297
2,76297 2 2 Anyland 76297
6,76297 6 6 Anyland 76297
14,76297 14 14 Anyland 76297
16,76297 16 16 Anyland 76297
21,76297 21 21 Anyland 76297
27,76297 27 27 Anyland 76297
30,76297 30 30 Anyland 76297
31,76297 31 31 Anyland 76297
35,76297 35 35 Anyland 76297
281,76297 281 281 Anyland 76297
282,76297 282 282 Anyland 76297

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