home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 7094

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,7094 1 1 Embr 7094
2,7094 2 2 Embr 7094
4,7094 4 4 Embr 7094
5,7094 5 5 Embr 7094
7,7094 7 7 Embr 7094
9,7094 9 9 Embr 7094
10,7094 10 10 Embr 7094
11,7094 11 11 Embr 7094
14,7094 14 14 Embr 7094
285,7094 285 285 Embr 7094
287,7094 287 287 Embr 7094
290,7094 290 290 Embr 7094
291,7094 291 291 Embr 7094
295,7094 295 295 Embr 7094

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