home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

11 rows where steam_app_pk = 103540

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,103540 1 1 Rez Infinite 103540
4,103540 4 4 Rez Infinite 103540
5,103540 5 5 Rez Infinite 103540
6,103540 6 6 Rez Infinite 103540
7,103540 7 7 Rez Infinite 103540
8,103540 8 8 Rez Infinite 103540
28,103540 28 28 Rez Infinite 103540
35,103540 35 35 Rez Infinite 103540
281,103540 281 281 Rez Infinite 103540
283,103540 283 283 Rez Infinite 103540
285,103540 285 285 Rez Infinite 103540

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