home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 252511

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,252511 2 2 MacIn-VR 252511
9,252511 9 9 MacIn-VR 252511
10,252511 10 10 MacIn-VR 252511
31,252511 31 31 MacIn-VR 252511
287,252511 287 287 MacIn-VR 252511
289,252511 289 289 MacIn-VR 252511
292,252511 292 292 MacIn-VR 252511
294,252511 294 294 MacIn-VR 252511
299,252511 299 299 MacIn-VR 252511
301,252511 301 301 MacIn-VR 252511

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