home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 16148

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,16148 1 1 Total War: SHOGUN 2 16148
2,16148 2 2 Total War: SHOGUN 2 16148
4,16148 4 4 Total War: SHOGUN 2 16148
6,16148 6 6 Total War: SHOGUN 2 16148
7,16148 7 7 Total War: SHOGUN 2 16148
9,16148 9 9 Total War: SHOGUN 2 16148
10,16148 10 10 Total War: SHOGUN 2 16148
11,16148 11 11 Total War: SHOGUN 2 16148
16,16148 16 16 Total War: SHOGUN 2 16148
21,16148 21 21 Total War: SHOGUN 2 16148
22,16148 22 22 Total War: SHOGUN 2 16148
24,16148 24 24 Total War: SHOGUN 2 16148
34,16148 34 34 Total War: SHOGUN 2 16148
285,16148 285 285 Total War: SHOGUN 2 16148

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