home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

22 rows where steam_app_pk = 48226

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,48226 1 1 Software Inc. 48226
2,48226 2 2 Software Inc. 48226
4,48226 4 4 Software Inc. 48226
7,48226 7 7 Software Inc. 48226
9,48226 9 9 Software Inc. 48226
10,48226 10 10 Software Inc. 48226
11,48226 11 11 Software Inc. 48226
14,48226 14 14 Software Inc. 48226
16,48226 16 16 Software Inc. 48226
19,48226 19 19 Software Inc. 48226
21,48226 21 21 Software Inc. 48226
34,48226 34 34 Software Inc. 48226
285,48226 285 285 Software Inc. 48226
287,48226 287 287 Software Inc. 48226
290,48226 290 290 Software Inc. 48226
291,48226 291 291 Software Inc. 48226
292,48226 292 292 Software Inc. 48226
294,48226 294 294 Software Inc. 48226
295,48226 295 295 Software Inc. 48226
296,48226 296 296 Software Inc. 48226
297,48226 297 297 Software Inc. 48226
299,48226 299 299 Software Inc. 48226

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