home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 11204

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,11204 2 2 Gang Beasts 11204
4,11204 4 4 Gang Beasts 11204
5,11204 5 5 Gang Beasts 11204
13,11204 13 13 Gang Beasts 11204
16,11204 16 16 Gang Beasts 11204
17,11204 17 17 Gang Beasts 11204
20,11204 20 20 Gang Beasts 11204
21,11204 21 21 Gang Beasts 11204
25,11204 25 25 Gang Beasts 11204
26,11204 26 26 Gang Beasts 11204
28,11204 28 28 Gang Beasts 11204
285,11204 285 285 Gang Beasts 11204

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