home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

17 rows where steam_app_pk = 90442

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,90442 1 1 Dying Byte Survival 90442
2,90442 2 2 Dying Byte Survival 90442
9,90442 9 9 Dying Byte Survival 90442
10,90442 10 10 Dying Byte Survival 90442
16,90442 16 16 Dying Byte Survival 90442
21,90442 21 21 Dying Byte Survival 90442
284,90442 284 284 Dying Byte Survival 90442
285,90442 285 285 Dying Byte Survival 90442
287,90442 287 287 Dying Byte Survival 90442
290,90442 290 290 Dying Byte Survival 90442
291,90442 291 291 Dying Byte Survival 90442
292,90442 292 292 Dying Byte Survival 90442
295,90442 295 295 Dying Byte Survival 90442
296,90442 296 296 Dying Byte Survival 90442
297,90442 297 297 Dying Byte Survival 90442
298,90442 298 298 Dying Byte Survival 90442
299,90442 299 299 Dying Byte Survival 90442

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