home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

14 rows where steam_app_pk = 77392

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,77392 1 1 Attack on Titan / A.O.T. Wings of Freedom 77392
2,77392 2 2 Attack on Titan / A.O.T. Wings of Freedom 77392
4,77392 4 4 Attack on Titan / A.O.T. Wings of Freedom 77392
5,77392 5 5 Attack on Titan / A.O.T. Wings of Freedom 77392
9,77392 9 9 Attack on Titan / A.O.T. Wings of Freedom 77392
10,77392 10 10 Attack on Titan / A.O.T. Wings of Freedom 77392
285,77392 285 285 Attack on Titan / A.O.T. Wings of Freedom 77392
287,77392 287 287 Attack on Titan / A.O.T. Wings of Freedom 77392
288,77392 288 288 Attack on Titan / A.O.T. Wings of Freedom 77392
290,77392 290 290 Attack on Titan / A.O.T. Wings of Freedom 77392
291,77392 291 291 Attack on Titan / A.O.T. Wings of Freedom 77392
292,77392 292 292 Attack on Titan / A.O.T. Wings of Freedom 77392
297,77392 297 297 Attack on Titan / A.O.T. Wings of Freedom 77392
299,77392 299 299 Attack on Titan / A.O.T. Wings of Freedom 77392

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