home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 70571

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,70571 1 1 Made Marion 70571
7,70571 7 7 Made Marion 70571
15,70571 15 15 Made Marion 70571
285,70571 285 285 Made Marion 70571
287,70571 287 287 Made Marion 70571
288,70571 288 288 Made Marion 70571
289,70571 289 289 Made Marion 70571
290,70571 290 290 Made Marion 70571
291,70571 291 291 Made Marion 70571
294,70571 294 294 Made Marion 70571
300,70571 300 300 Made Marion 70571

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