home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 37351

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,37351 1 1 Artificial Selection 37351
4,37351 4 4 Artificial Selection 37351
5,37351 5 5 Artificial Selection 37351
7,37351 7 7 Artificial Selection 37351
285,37351 285 285 Artificial Selection 37351
287,37351 287 287 Artificial Selection 37351
290,37351 290 290 Artificial Selection 37351
291,37351 291 291 Artificial Selection 37351
294,37351 294 294 Artificial Selection 37351
295,37351 295 295 Artificial Selection 37351
296,37351 296 296 Artificial Selection 37351
297,37351 297 297 Artificial Selection 37351
298,37351 298 298 Artificial Selection 37351
300,37351 300 300 Artificial Selection 37351

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