home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

8 rows where steam_app_pk = 1902

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,1902 1 1 StreamTeam 1902
2,1902 2 2 StreamTeam 1902
9,1902 9 9 StreamTeam 1902
10,1902 10 10 StreamTeam 1902
14,1902 14 14 StreamTeam 1902
16,1902 16 16 StreamTeam 1902
21,1902 21 21 StreamTeam 1902
285,1902 285 285 StreamTeam 1902

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