home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 1827

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1827 1 1 Goat Simulator 1827
2,1827 2 2 Goat Simulator 1827
4,1827 4 4 Goat Simulator 1827
5,1827 5 5 Goat Simulator 1827
6,1827 6 6 Goat Simulator 1827
7,1827 7 7 Goat Simulator 1827
8,1827 8 8 Goat Simulator 1827
13,1827 13 13 Goat Simulator 1827
19,1827 19 19 Goat Simulator 1827
20,1827 20 20 Goat Simulator 1827
27,1827 27 27 Goat Simulator 1827
28,1827 28 28 Goat Simulator 1827
285,1827 285 285 Goat Simulator 1827

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