home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

8 rows where steam_app_pk = 1147

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1147 1 1 Jumper Jape 1147
4,1147 4 4 Jumper Jape 1147
5,1147 5 5 Jumper Jape 1147
7,1147 7 7 Jumper Jape 1147
8,1147 8 8 Jumper Jape 1147
19,1147 19 19 Jumper Jape 1147
27,1147 27 27 Jumper Jape 1147
285,1147 285 285 Jumper Jape 1147

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