home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

12 rows where steam_app_pk = 8962

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,8962 1 1 Aperture Tag: The Paint Gun Testing Initiative 8962
2,8962 2 2 Aperture Tag: The Paint Gun Testing Initiative 8962
6,8962 6 6 Aperture Tag: The Paint Gun Testing Initiative 8962
7,8962 7 7 Aperture Tag: The Paint Gun Testing Initiative 8962
9,8962 9 9 Aperture Tag: The Paint Gun Testing Initiative 8962
15,8962 15 15 Aperture Tag: The Paint Gun Testing Initiative 8962
18,8962 18 18 Aperture Tag: The Paint Gun Testing Initiative 8962
19,8962 19 19 Aperture Tag: The Paint Gun Testing Initiative 8962
27,8962 27 27 Aperture Tag: The Paint Gun Testing Initiative 8962
29,8962 29 29 Aperture Tag: The Paint Gun Testing Initiative 8962
32,8962 32 32 Aperture Tag: The Paint Gun Testing Initiative 8962
285,8962 285 285 Aperture Tag: The Paint Gun Testing Initiative 8962

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