home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 8

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,8 2 2 Counter-Strike 8
16,8 16 16 Counter-Strike 8
17,8 17 17 Counter-Strike 8
21,8 21 21 Counter-Strike 8
22,8 22 22 Counter-Strike 8
285,8 285 285 Counter-Strike 8
287,8 287 287 Counter-Strike 8
288,8 288 288 Counter-Strike 8
292,8 292 292 Counter-Strike 8
296,8 296 296 Counter-Strike 8

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