home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 21724

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,21724 1 1 Airship Dragoon 21724
4,21724 4 4 Airship Dragoon 21724
6,21724 6 6 Airship Dragoon 21724
285,21724 285 285 Airship Dragoon 21724
287,21724 287 287 Airship Dragoon 21724
289,21724 289 289 Airship Dragoon 21724
290,21724 290 290 Airship Dragoon 21724
291,21724 291 291 Airship Dragoon 21724
292,21724 292 292 Airship Dragoon 21724
297,21724 297 297 Airship Dragoon 21724

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