home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

8 rows where steam_app_pk = 29214

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,29214 1 1 Prehistoric Dude 29214
4,29214 4 4 Prehistoric Dude 29214
5,29214 5 5 Prehistoric Dude 29214
7,29214 7 7 Prehistoric Dude 29214
285,29214 285 285 Prehistoric Dude 29214
287,29214 287 287 Prehistoric Dude 29214
288,29214 288 288 Prehistoric Dude 29214
291,29214 291 291 Prehistoric Dude 29214

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