home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 12302

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,12302 1 1 One Of The Last 12302
2,12302 2 2 One Of The Last 12302
4,12302 4 4 One Of The Last 12302
9,12302 9 9 One Of The Last 12302
10,12302 10 10 One Of The Last 12302
14,12302 14 14 One Of The Last 12302
16,12302 16 16 One Of The Last 12302
21,12302 21 21 One Of The Last 12302
281,12302 281 281 One Of The Last 12302
282,12302 282 282 One Of The Last 12302
285,12302 285 285 One Of The Last 12302

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