home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

13 rows where steam_app_pk = 74986

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,74986 1 1 Scarred Stars: Traumatic Edition 74986
4,74986 4 4 Scarred Stars: Traumatic Edition 74986
5,74986 5 5 Scarred Stars: Traumatic Edition 74986
7,74986 7 7 Scarred Stars: Traumatic Edition 74986
18,74986 18 18 Scarred Stars: Traumatic Edition 74986
285,74986 285 285 Scarred Stars: Traumatic Edition 74986
287,74986 287 287 Scarred Stars: Traumatic Edition 74986
288,74986 288 288 Scarred Stars: Traumatic Edition 74986
289,74986 289 289 Scarred Stars: Traumatic Edition 74986
290,74986 290 290 Scarred Stars: Traumatic Edition 74986
291,74986 291 291 Scarred Stars: Traumatic Edition 74986
292,74986 292 292 Scarred Stars: Traumatic Edition 74986
293,74986 293 293 Scarred Stars: Traumatic Edition 74986

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