home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

10 rows where steam_app_pk = 2313

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
1,2313 1 1 Ulama: Arena of the Gods 2313
2,2313 2 2 Ulama: Arena of the Gods 2313
5,2313 5 5 Ulama: Arena of the Gods 2313
9,2313 9 9 Ulama: Arena of the Gods 2313
12,2313 12 12 Ulama: Arena of the Gods 2313
13,2313 13 13 Ulama: Arena of the Gods 2313
16,2313 16 16 Ulama: Arena of the Gods 2313
17,2313 17 17 Ulama: Arena of the Gods 2313
20,2313 20 20 Ulama: Arena of the Gods 2313
285,2313 285 285 Ulama: Arena of the Gods 2313

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