home / database

Menu
  • GraphQL API

categorysteamapplink

Table actions
  • GraphQL API for categorysteamapplink

Data source: steam-to-sqlite

8 rows where steam_app_pk = 4110

✎ View and edit SQL

This data as json, CSV (advanced)

Link category_pk steam_app_pk
2,4110 2 2 Phantasy Star Online 2 New Genesis 4110
4,4110 4 4 Phantasy Star Online 2 New Genesis 4110
9,4110 9 9 Phantasy Star Online 2 New Genesis 4110
10,4110 10 10 Phantasy Star Online 2 New Genesis 4110
14,4110 14 14 Phantasy Star Online 2 New Genesis 4110
15,4110 15 15 Phantasy Star Online 2 New Genesis 4110
26,4110 26 26 Phantasy Star Online 2 New Genesis 4110
30,4110 30 30 Phantasy Star Online 2 New Genesis 4110

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