home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 37718

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,37718 1 1 Artificial Selection Demo 37718
15,37718 15 15 Artificial Selection Demo 37718
23,37718 23 23 Artificial Selection Demo 37718
287,37718 287 287 Artificial Selection Demo 37718
290,37718 290 290 Artificial Selection Demo 37718
291,37718 291 291 Artificial Selection Demo 37718
294,37718 294 294 Artificial Selection Demo 37718
295,37718 295 295 Artificial Selection Demo 37718
296,37718 296 296 Artificial Selection Demo 37718
297,37718 297 297 Artificial Selection Demo 37718
298,37718 298 298 Artificial Selection Demo 37718
300,37718 300 300 Artificial Selection Demo 37718

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