home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

9 rows where steam_app_pk = 6098

✖
✖

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,6098 1 1 Dangerous Degrees 6098
2,6098 2 2 Dangerous Degrees 6098
9,6098 9 9 Dangerous Degrees 6098
10,6098 10 10 Dangerous Degrees 6098
11,6098 11 11 Dangerous Degrees 6098
16,6098 16 16 Dangerous Degrees 6098
21,6098 21 21 Dangerous Degrees 6098
34,6098 34 34 Dangerous Degrees 6098
285,6098 285 285 Dangerous Degrees 6098

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 5598.786ms · Data source: steam-to-sqlite
  • Sort ascending
  • Sort descending
  • Facet by this
  • Hide this column
  • Show all columns
  • Show not-blank rows