home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where category_pk = 39

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
39,588 39 39 Mare Nostrum 588
39,616 39 39 Darkest Hour: Europe '44-'45 616
39,8470 39 39 Zombie Panic! Source 8470
39,8472 39 39 Age of Chivalry 8472
39,8476 39 39 Synergy 8476
39,8482 39 39 D.I.P.R.I.P. Warm Up 8482
39,8497 39 39 Pirates, Vikings, and Knights II 8497
39,8544 39 39 INSURGENCY: Modern Infantry Combat 8544
39,8583 39 39 Smashball 8583
39,16621 39 39 Defence Alliance 2 16621
39,101367 39 39 Zombie Panic! Source Official Soundtrack 101367

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