home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 6200

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,6200 1 1 Dying Light 3D Printer Models 6200
2,6200 2 2 Dying Light 3D Printer Models 6200
3,6200 3 3 Dying Light 3D Printer Models 6200
4,6200 4 4 Dying Light 3D Printer Models 6200
5,6200 5 5 Dying Light 3D Printer Models 6200
6,6200 6 6 Dying Light 3D Printer Models 6200
7,6200 7 7 Dying Light 3D Printer Models 6200
9,6200 9 9 Dying Light 3D Printer Models 6200
19,6200 19 19 Dying Light 3D Printer Models 6200
22,6200 22 22 Dying Light 3D Printer Models 6200
27,6200 27 27 Dying Light 3D Printer Models 6200
285,6200 285 285 Dying Light 3D Printer Models 6200

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