home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 2012

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2012 1 1 SUPER METBOY! 2012
2,2012 2 2 SUPER METBOY! 2012
4,2012 4 4 SUPER METBOY! 2012
5,2012 5 5 SUPER METBOY! 2012
9,2012 9 9 SUPER METBOY! 2012
10,2012 10 10 SUPER METBOY! 2012
12,2012 12 12 SUPER METBOY! 2012
13,2012 13 13 SUPER METBOY! 2012
14,2012 14 14 SUPER METBOY! 2012
16,2012 16 16 SUPER METBOY! 2012
17,2012 17 17 SUPER METBOY! 2012
20,2012 20 20 SUPER METBOY! 2012
21,2012 21 21 SUPER METBOY! 2012
285,2012 285 285 SUPER METBOY! 2012

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